Many improvements by Hans van Eck

This commit is contained in:
ceriel
1989-05-03 10:30:22 +00:00
parent 89539fa451
commit 5ce88603df
37 changed files with 1743 additions and 381 deletions

View File

@@ -80,7 +80,7 @@ chk_prog_params()
if( df->df_kind & D_PARAMETER ) {
if( !is_anon_idf(df->df_idf) ) {
if( df->df_type == error_type )
error("program parameter \"%s\" must be a global variable",
error("program parameter \"%s\" must be a global variable",
df->df_idf->id_text);
else if( df->df_type->tp_fund != T_FILE )
error("program parameter \"%s\" must have a file type",