/[xforms]/xforms/lib/readint.c
ViewVC logotype

Diff of /xforms/lib/readint.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by leeming, Thu Apr 10 20:46:37 2003 UTC revision 1.3 by leeming, Tue Apr 15 19:14:16 2003 UTC
# Line 40  char *id_rdint = "$Id$"; Line 40  char *id_rdint = "$Id$";
40  #include <stdio.h>  #include <stdio.h>
41  #include <ctype.h>              /* for isdigit */  #include <ctype.h>              /* for isdigit */
42  #include "forms.h"  #include "forms.h"
43    #include "flinternal.h"
44  #include "ulib.h"  #include "ulib.h"
45    
46  #define IS_FS(c)      ((c)==' ' || (c)=='\t' || (c)=='\n' || (c)==',' )  #define IS_FS(c)      ((c)==' ' || (c)=='\t' || (c)=='\n' || (c)==',' )

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26