/[pspp]/pspp/src/val.h
ViewVC logotype

Diff of /pspp/src/val.h

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

revision 1.5 by jmd, Wed Nov 3 03:26:35 2004 UTC revision 1.6 by jmd, Wed Apr 13 10:09:59 2005 UTC
# Line 36  Line 36 
36     then short string missing values can be truncated in system files     then short string missing values can be truncated in system files
37     because there's only room for as many characters as can fit in a     because there's only room for as many characters as can fit in a
38     flt64. */     flt64. */
39  #if MAX_SHORT_STRING > 8  #if MAX_SHORT_STRING > SHORT_NAME_LEN
40  #error MAX_SHORT_STRING must be less than 8.  #error MAX_SHORT_STRING must be less than or equal to SHORT_NAME_LEN.
41  #endif  #endif
42    
43  /* Special values. */  /* Special values. */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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