]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
One more OSX fix.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 28 Jan 2003 20:21:53 +0000 (20:21 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 28 Jan 2003 20:21:53 +0000 (20:21 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@3264 7a7537e8-13f0-0310-91df-b6672ffda945

cups/ppd.c

index 59d9beb2472040bd8b2c9c2ced310d1aebcb2cf0..fba0f7b28d7f1d271aa045a6d1f6a858d2779b06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: ppd.c,v 1.80 2003/01/28 20:20:19 mike Exp $"
+ * "$Id: ppd.c,v 1.81 2003/01/28 20:21:53 mike Exp $"
  *
  *   PPD file routines for the Common UNIX Printing System (CUPS).
  *
@@ -98,7 +98,9 @@ static ppd_size_t     *ppd_add_size(ppd_file_t *ppd, const char *name);
 #ifndef __APPLE__
 static int             ppd_compare_groups(ppd_group_t *g0, ppd_group_t *g1);
 static int             ppd_compare_options(ppd_option_t *o0, ppd_option_t *o1);
+#endif /* !__APPLE__ */
 static void            ppd_decode(char *string);
+#ifndef __APPLE__
 static void            ppd_fix(char *string);
 #else
 #  define ppd_fix(s)
@@ -2329,5 +2331,5 @@ ppd_read(FILE *fp,                        /* I - File to read from */
 
 
 /*
- * End of "$Id: ppd.c,v 1.80 2003/01/28 20:20:19 mike Exp $".
+ * End of "$Id: ppd.c,v 1.81 2003/01/28 20:21:53 mike Exp $".
  */