|
|
@ -917,7 +917,8 @@ inp_read(FILE *fp, int call_depth, char *dir_name, bool comfile, bool intfile) |
|
|
!ciprefix("source", buffer) && |
|
|
!ciprefix("source", buffer) && |
|
|
!ciprefix("load", buffer) && |
|
|
!ciprefix("load", buffer) && |
|
|
!ciprefix("plot", buffer) && |
|
|
!ciprefix("plot", buffer) && |
|
|
!ciprefix("hardcopy", buffer) |
|
|
|
|
|
|
|
|
!ciprefix("hardcopy", buffer) && |
|
|
|
|
|
!(ciprefix("set", buffer) && strstr(buffer, "sourcepath")) |
|
|
) |
|
|
) |
|
|
{ |
|
|
{ |
|
|
/* lower case for all other lines */ |
|
|
/* lower case for all other lines */ |
|
|
|