home *** CD-ROM | disk | FTP | other *** search
-
- # Shell script for compiling long-identifier programs.
- # (Must be executed by "sh", not "csh".)
- #
- # The long-identifier source should be named L_xxx.
- # The script is then invoked with "ncc xxx"
- #
- cat L_$1 | hash8 encode TABLE >$1 # Convert long identifiers
- cc -c $1 2>&1 | hash8 decode TABLE # Compile short form
-