2 # $XConsortium: cpp.ed,v 1.3 89/12/12 12:44:18 jim Exp $
7 /struct symtab \*defloc;/d
8 /struct symtab \*udfloc;/d
9 /struct symtab \*incloc;/d
10 /struct symtab \*ifloc;/d
11 /struct symtab \*elsloc;/d
12 /struct symtab \*eifloc;/d
13 /struct symtab \*ifdloc;/d
14 /struct symtab \*ifnloc;/d
15 /struct symtab \*ysysloc;/d
16 /struct symtab \*varloc;/d
17 /struct symtab \*lneloc;/d
18 /struct symtab \*ulnloc;/d
19 /struct symtab \*uflloc;/d
20 /^sayline(/s/$/ DELETED/p
22 /^unfill(/s/$/ DELETED/p
24 /^doincl(/s/$/ DELETED/p
26 /^equfrm(/s/$/ DELETED/p
28 /^dodef(/s/$/ DELETED/p
30 /^control(/s/$/ DELETED/p
32 /^savestring(/s/$/ DELETED/p
34 /^stsym(/s/$/ DELETED/p
36 /^ppsym(/s/$/ DELETED/p
38 /^yyerror(/s/$/ DELETED/p
40 /^ppwarn(/s/$/ DELETED/p
42 /^lookup(/s/$/ DELETED/p
44 /^subst(/s/$/ DELETED/p
46 /^trmdir(/s/$/ DELETED/p
48 /^copy(/s/$/ DELETED/p
50 /^pperror(/s/$/ DELETED/p
52 /^main(/s/$/ CHANGED to cpp_varsetup(argc,argv)/p
54 cpp_varsetup(argc,argv)
56 /^strdex(/s/$/ DELETED/p
58 /^ for(i=1; i<argc; i++)/s/$/ To the end DELETED/p
62 /^dump(/s/$/ DELETED/p
64 dump() { fatal("dump\n"); }
66 /^refill(/s/$/ DELETED/p
68 refill() { fatal("refill\n"); }
70 /^slookup(/s/$/ DELETED/p
72 static struct symtab *slookup() { fatal("slookup\n"); }