Modified test of warning message.

This commit is contained in:
Janet B. Anderson
2009-09-22 16:34:47 +00:00
parent d0c061cf1f
commit 359a4571f5

3
msi.c
View File

@@ -230,7 +230,8 @@ endif:
n = macExpandString(macPvt,input,buffer,MAX_BUFFER_SIZE-1);
fputs(buffer,stdout);
if (!unexpWarned && n<0) {
fprintf(stderr,"Warning: unexpanded macros in ouput\n");
fprintf(stderr, "Warning: Some macros cannot be expanded:\n"
" %s\n", input);
unexpWarned++;
}
}