Last change
on this file since 164 was 164, checked in by bird, 21 years ago |
Initial revision
|
-
Property svn:eol-style
set to
native
|
File size:
1.4 KB
|
Line | |
---|
1 | #
|
---|
2 | # $Xorg: cpp.ed,v 1.3 2000/08/17 19:41:50 cpqbld Exp $
|
---|
3 | #
|
---|
4 | # $Locker $
|
---|
5 | #
|
---|
6 | /struct symtab stab/d
|
---|
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
|
---|
21 | .,/^}/d
|
---|
22 | /^unfill(/s/$/ DELETED/p
|
---|
23 | .-1,/^}/d
|
---|
24 | /^doincl(/s/$/ DELETED/p
|
---|
25 | .-1,/^}/d
|
---|
26 | /^equfrm(/s/$/ DELETED/p
|
---|
27 | .,/^}/d
|
---|
28 | /^dodef(/s/$/ DELETED/p
|
---|
29 | .-1,/^}/d
|
---|
30 | /^control(/s/$/ DELETED/p
|
---|
31 | .-1,/^}/d
|
---|
32 | /^savestring(/s/$/ DELETED/p
|
---|
33 | .-1,/^}/d
|
---|
34 | /^stsym(/s/$/ DELETED/p
|
---|
35 | .-1,/^}/d
|
---|
36 | /^ppsym(/s/$/ DELETED/p
|
---|
37 | .-1,/^}/d
|
---|
38 | /^yyerror(/s/$/ DELETED/p
|
---|
39 | .,/^}/d
|
---|
40 | /^ppwarn(/s/$/ DELETED/p
|
---|
41 | .,/^}/d
|
---|
42 | /^lookup(/s/$/ DELETED/p
|
---|
43 | .-1,/^}/d
|
---|
44 | /^subst(/s/$/ DELETED/p
|
---|
45 | .-1,/^}/d
|
---|
46 | /^trmdir(/s/$/ DELETED/p
|
---|
47 | .-1,/^}/d
|
---|
48 | /^copy(/s/$/ DELETED/p
|
---|
49 | .-1,/^}/d
|
---|
50 | /^pperror(/s/$/ DELETED/p
|
---|
51 | .,/^}/d
|
---|
52 | /^main(/s/$/ CHANGED to cpp_varsetup(argc,argv)/p
|
---|
53 | .c
|
---|
54 | cpp_varsetup(argc,argv)
|
---|
55 | .
|
---|
56 | /^strdex(/s/$/ DELETED/p
|
---|
57 | .-1,/^}/d
|
---|
58 | /^ for(i=1; i<argc; i++)/s/$/ To the end DELETED/p
|
---|
59 | .,$c
|
---|
60 | }
|
---|
61 | .
|
---|
62 | /^dump(/s/$/ DELETED/p
|
---|
63 | .,/^}/c
|
---|
64 | dump() { fatal("dump\n"); }
|
---|
65 | .
|
---|
66 | /^refill(/s/$/ DELETED/p
|
---|
67 | .,/^}/c
|
---|
68 | refill() { fatal("refill\n"); }
|
---|
69 | .
|
---|
70 | /^slookup(/s/$/ DELETED/p
|
---|
71 | .-1,/^}/c
|
---|
72 | static struct symtab *slookup() { fatal("slookup\n"); }
|
---|
73 | .
|
---|
74 | w
|
---|
75 | q
|
---|
Note:
See
TracBrowser
for help on using the repository browser.