X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=cups%2Fppd.c;h=44a22c5cb3f3bb443b0999f22e38fdfe8d5da409;hp=21443e6b02d3c204ae2544e5dbb07fb02d90e76d;hb=8072030b3c862315c367c73663b27f0427325919;hpb=f787e1e3ff11339269bdc11e253af91e5961e013 diff --git a/cups/ppd.c b/cups/ppd.c index 21443e6b0..44a22c5cb 100644 --- a/cups/ppd.c +++ b/cups/ppd.c @@ -1,6 +1,4 @@ /* - * "$Id$" - * * PPD file routines for CUPS. * * Copyright 2007-2015 by Apple Inc. @@ -304,7 +302,7 @@ ppdClose(ppd_file_t *ppd) /* I - PPD file record */ /* * 'ppdErrorString()' - Returns the text associated with a status. * - * @since CUPS 1.1.19/OS X 10.3@ + * @since CUPS 1.1.19/macOS 10.3@ */ const char * /* O - Status string */ @@ -414,7 +412,7 @@ _ppdGlobals(void) /* * 'ppdLastError()' - Return the status from the last ppdOpen*(). * - * @since CUPS 1.1.19/OS X 10.3@ + * @since CUPS 1.1.19/macOS 10.3@ */ ppd_status_t /* O - Status code */ @@ -434,7 +432,7 @@ ppdLastError(int *line) /* O - Line number */ /* * '_ppdOpen()' - Read a PPD file into memory. * - * @since CUPS 1.2/OS X 10.5@ + * @since CUPS 1.2/macOS 10.5@ */ ppd_file_t * /* O - PPD file record or @code NULL@ if the PPD file could not be opened. */ @@ -2130,7 +2128,7 @@ ppdOpen(FILE *fp) /* I - File to read from */ /* * 'ppdOpen2()' - Read a PPD file into memory. * - * @since CUPS 1.2/OS X 10.5@ + * @since CUPS 1.2/macOS 10.5@ */ ppd_file_t * /* O - PPD file record or @code NULL@ if the PPD file could not be opened. */ @@ -2255,7 +2253,7 @@ ppdOpenFile(const char *filename) /* I - File to read from */ /* * 'ppdSetConformance()' - Set the conformance level for PPD files. * - * @since CUPS 1.1.20/OS X 10.4@ + * @since CUPS 1.1.20/macOS 10.4@ */ void @@ -3124,7 +3122,7 @@ ppd_read(cups_file_t *fp, /* I - File to read from */ DEBUG_printf(("9ppd_read: LINE=\"%s\"", line->buffer)); /* - * The dynamically created PPDs for older style OS X + * The dynamically created PPDs for older style macOS * drivers include a large blob of data inserted as comments * at the end of the file. As an optimization we can stop * reading the PPD when we get to the start of this data. @@ -3453,8 +3451,3 @@ ppd_update_filters(ppd_file_t *ppd, /* I - PPD file */ DEBUG_puts("5ppd_update_filters: Completed OK."); return (1); } - - -/* - * End of "$Id$". - */