home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Play and Learn 2
/
19941.ZIP
/
19941
/
MISC
/
ZIPFILES
/
ITRNS211.ZIP
/
DODEANS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-08-31
|
256 b
|
21 lines
#!/bin/sh
# Do not de-ansify header files!
for f in iyacc.y \
itrans.c \
ilex.l \
lang.c \
font.c \
pifm.c \
ichar.c \
itotex.c \
itops.c \
utils.c \
ytabc \
lexyyc
do
deansify < $f > tmp$$
mv $f $f.ansi
mv tmp$$ $f
done