we had args already (no need for argv0)

improve error handling in YAP_ReadBuffer
This commit is contained in:
Vitor Santos Costa
2009-10-26 10:42:19 +00:00
parent 96da71b514
commit 4c8eb33e06
4 changed files with 34 additions and 6 deletions

View File

@@ -142,8 +142,6 @@ typedef struct {
int ErrorNo;
/* errorstring */
char *ErrorCause;
/* argv[0] */
char *Argv0;
} YAP_init_args;