Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-04-19 12:46:25 -0700 (Tue, 19 Apr 2005)
Revision: 880
Log message:

      Instead of raising End_of_file, set the return length to 0, when
      not using GNU readline in readline.c.  This will prevent the
      lexer from going crazy with indentation warnings.
      

Changes  Path
+6 -3 omake/src/clib/readline.c