DATA LIST with free-field formats should not have implied decimal
[pspp] / src / data-in.h
index 450e10d2edb53e4a9620e2bea110d0a0364e8065..8720fbe1c2bd2cedfed51d65ebbe7714c4be1e15 100644 (file)
@@ -27,6 +27,7 @@
 enum
   {
     DI_IGNORE_ERROR = 01,      /* Don't report errors to the user. */
+    DI_IMPLIED_DECIMALS = 02    /* Insert decimals if no '.' in input. */
   };
 
 /* Information about parsing one data field. */