home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / JOT / I386 / JOT. next >
Encoding:
Text File  |  1998-07-24  |  744 b   |  37 lines

  1. *** jot.c.orig    Thu Nov  7 12:56:41 1991
  2. --- jot.c    Fri Dec  4 11:31:21 1992
  3. ***************
  4. *** 17,23 ****
  5.   #define    ENDER_DEF    100
  6.   #define    STEP_DEF    1
  7.   
  8. ! #define BSD4_2        1
  9.   #if BSD4_2
  10.   #define RAND        random
  11.   #define SRAND        srandom
  12. --- 17,23 ----
  13.   #define    ENDER_DEF    100
  14.   #define    STEP_DEF    1
  15.   
  16. ! #define BSD4_2        0
  17.   #if BSD4_2
  18.   #define RAND        random
  19.   #define SRAND        srandom
  20. ***************
  21. *** 28,34 ****
  22.   #endif
  23.   
  24.   #define    isdefault(s)    (strcmp((s), "-") == 0)
  25. ! #define    LARGESTINT    (~ (unsigned) 0 >> 1)
  26.   #define    CASE        break; case
  27.   
  28.   char    *sepstring = "\n";
  29. --- 28,34 ----
  30.   #endif
  31.   
  32.   #define    isdefault(s)    (strcmp((s), "-") == 0)
  33. ! #define    LARGESTINT    (~ (unsigned) 0 >> 17)
  34.   #define    CASE        break; case
  35.   
  36.   char    *sepstring = "\n";
  37.