diff options
Diffstat (limited to 'xc/config/pswrap/pswfile.c')
-rw-r--r-- | xc/config/pswrap/pswfile.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/xc/config/pswrap/pswfile.c b/xc/config/pswrap/pswfile.c index 5965e82bc..ff9674e7a 100644 --- a/xc/config/pswrap/pswfile.c +++ b/xc/config/pswrap/pswfile.c @@ -35,7 +35,7 @@ * * Author: Adobe Systems Incorporated */ -/* $XFree86: xc/config/pswrap/pswfile.c,v 1.4 2000/06/07 21:58:25 tsi Exp $ */ +/* $XFree86: xc/config/pswrap/pswfile.c,v 1.5 2001/03/01 01:23:55 dawes Exp $ */ #include <stdio.h> #include "pswversion.h" @@ -81,12 +81,11 @@ void InitOFile(void) #endif /* __MACH__ */ printf("#include %s\n", FRIENDSFILE); printf("#include <string.h>\n"); - if (special_h == 0) { - printf("#include \"%spsops.h\"\n\n", dpsops ? "d" : ""); - } else { + outlineno += 3; /* UPDATE this if you add more prolog */ + if (special_h) { printf("#include \"%s\"\n\n", special_h); + outlineno ++; } - outlineno += 4; /* UPDATE this if you add more prolog */ printf("#line 1 \"%s\"\n",ifile); outlineno++; } |