Added some extra missing_value accessor/mutator functions that I needed.
[pspp] / src / pfm-read.h
index 7c9b5e8871522ec99a0b547f869b4e9132dad0cb..3f84e16023fd4f36ef6fd13667fec2a4eca7d01a 100644 (file)
 
 /* Portable file reading. */
 
-#include "bool.h"
-
-/* Portable file types. */
-enum pfm_type
-  {
-    PFM_COMM,   /* Formatted for communication. */
-    PFM_TAPE    /* Formatted for tape. */
-  };
+#include <stdbool.h>
 
 /* Information produced by pfm_read_dictionary() that doesn't fit into
    a dictionary struct. */