Reform string library.
[pspp-builds.git] / src / language / utilities / include.c
index 42614f1bb4426186ef6ed52b629d8efe87b3cdaf..19f5c2e281e20a531e2bafa687495323d337b3bc 100644 (file)
@@ -43,7 +43,7 @@ cmd_include (void)
       lex_error (_("expecting file name")); 
       return CMD_CASCADING_FAILURE;
     }
-  getl_include_syntax_file (ds_c_str (&tokstr));
+  getl_include_syntax_file (ds_cstr (&tokstr));
 
   lex_get ();
   return lex_end_of_command ();