head	1.2;
access;
symbols
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.10.04.08.59.33;	author linimon;	state dead;
branches;
next	1.1;

1.1
date	2003.06.04.04.45.54;	author wes;	state Exp;
branches;
next	;


desc
@@


1.2
log
@lang/snobol is obsolted by lang/snobol4.

Discussed with:		maintainer
@
text
@--- gendata.sno.orig	Wed May 21 22:05:21 1997
+++ gendata.sno	Tue Jun  3 09:29:43 2003
@@@@ -105,7 +105,7 @@@@
 MK_LBL0	IDENT(PREV)					:S(MK_LBL1)
 	RES.H = IND 'struct ' PREVTYPE ' ' LCPREV '[' SIZE '];'
 *	output char address of res element (since CPA is 1)!
-	RES.H = '#define ' PREV TAB '((char *)' RES '.' LCPREV ')'
+	RES.H = '#define ' PREV TAB '((void *)' RES '.' LCPREV ')'
 	PREV =
 
 MK_LBL1	RES.H = DIFFER(HERE) '#define ' HERE TAB NAME
@


1.1
log
@Compile cleanly on GCC 3.x

Approved by:	kris@@
@
text
@@

