home *** CD-ROM | disk | FTP | other *** search
- Only in hcc: #tok.c#
- Only in ../stsrc/hcc: hcc.diff
- diff hcc/main.c ../stsrc/hcc/main.c
- 14,17d13
- < *
- < * MODIFIED:
- < * 10/1990 K. Dalton added stuff for BSD Unix
- < *
- 45c41
- < #if MINIX || BSD
- ---
- > #ifdef MINIX
- 73c69
- < #if MINIX || BSD
- ---
- > #ifdef MINIX
- 98c94
- < #if !MINIX && !BSD
- ---
- > #ifndef MINIX
- 100d95
- <
- 196,197c191,192
- < char buf[1024];
- < char dir[2048];
- ---
- > char buf[256];
- > char dir[128];
- 219,220c214,215
- < #if MINIX || BSD
- < if (c != '/' && c != ':')
- ---
- > #ifdef MINIX
- > if (c != '/')
- 300d294
- < #ifdef BSD
- 302,306c296
- < "hcc: version 1.20 Copyright (c) 1988,1989 by Sozobon, Limited.\nhcc: BSD-UNIX port 0.01 by Kent Dalton 10/1990";
- < #else
- < static char Version[] =
- < "hcc: version 1.20 Copyright (c) 1988,1989 by Sozobon, Limited.\n";
- < #endif
- ---
- > "hcc: version 1.20 Copyright (c) 1988,1989 by Sozobon, Limited.";
- 337c327
- < #if MINIX || BSD
- ---
- > #ifdef MINIX
- Only in ../stsrc/hcc: make.log
- Only in hcc: nodes.bak
- diff hcc/out_st.c ../stsrc/hcc/out_st.c
- 61c61
- < #if MINIX || BSD
- ---
- > #ifdef MINIX
- 71c71
- < #if MINIX || BSD
- ---
- > #ifdef MINIX
- diff hcc/pre.c ../stsrc/hcc/pre.c
- 612c612
- < tk_flags |= TK_LTSTR;
- ---
- > tk_flags |= TK_NOESC|TK_LTSTR;
- 695c695
- < #if !MINIX && !BSD
- ---
- > #ifndef MINIX
- 707,708d706
- < "/home/zappa/kentd/st/sozobon/include/",
- < "sozobon/include/",
- 712c710
- < static int idir_n = 4;
- ---
- > static int idir_n = 2;
- Only in hcc: pre.c.~1~
- Only in hcc: subs_sun.c
-