|
|
8f1c6e |
--- a2ps-4.13/lib/fonts.c.attr Wed Jan 9 14:41:27 2002
|
|
|
8f1c6e |
+++ a2ps-4.13/lib/fonts.c Wed Jan 9 14:42:01 2002
|
|
|
8f1c6e |
@@ -2173,7 +2173,7 @@
|
|
|
8f1c6e |
* in the encoding specific dictionary
|
|
|
8f1c6e |
*/
|
|
|
8f1c6e |
int
|
|
|
8f1c6e |
-font_is_to_reencode (PARAM_UNUSED struct a2ps_job * job, const char * key)
|
|
|
8f1c6e |
+font_is_to_reencode (struct a2ps_job * job PARAM_UNUSED, const char * key)
|
|
|
8f1c6e |
{
|
|
|
8f1c6e |
return !strequ (key, "Symbol");
|
|
|
8f1c6e |
}
|
|
|
8f1c6e |
--- a2ps-4.13/lib/lister.c.attr Wed Jan 9 14:41:30 2002
|
|
|
8f1c6e |
+++ a2ps-4.13/lib/lister.c Wed Jan 9 14:42:28 2002
|
|
|
8f1c6e |
@@ -333,7 +333,7 @@
|
|
|
8f1c6e |
}
|
|
|
8f1c6e |
|
|
|
8f1c6e |
void
|
|
|
8f1c6e |
-lister_fprint_vertical (struct lister * lister, PARAM_UNUSED FILE *unused,
|
|
|
8f1c6e |
+lister_fprint_vertical (struct lister * lister, FILE *unused PARAM_UNUSED,
|
|
|
8f1c6e |
void **items, size_t item_number,
|
|
|
8f1c6e |
lister_width_t item_width_fn,
|
|
|
8f1c6e |
lister_print_t item_print_fn)
|
|
|
8f1c6e |
@@ -483,7 +483,7 @@
|
|
|
8f1c6e |
/* FIXME: document */
|
|
|
8f1c6e |
|
|
|
8f1c6e |
void
|
|
|
8f1c6e |
-lister_fprint_horizontal (struct lister * lister, PARAM_UNUSED FILE *unused,
|
|
|
8f1c6e |
+lister_fprint_horizontal (struct lister * lister, FILE *unused PARAM_UNUSED,
|
|
|
8f1c6e |
void **items, size_t item_number,
|
|
|
8f1c6e |
lister_width_t item_width_fn,
|
|
|
8f1c6e |
lister_print_t item_print_fn)
|
|
|
8f1c6e |
@@ -577,7 +577,7 @@
|
|
|
8f1c6e |
*/
|
|
|
8f1c6e |
|
|
|
8f1c6e |
void
|
|
|
8f1c6e |
-lister_fprint_separated (struct lister * lister,PARAM_UNUSED FILE *unused,
|
|
|
8f1c6e |
+lister_fprint_separated (struct lister * lister,FILE *unused PARAM_UNUSED,
|
|
|
8f1c6e |
void **items, size_t item_number,
|
|
|
8f1c6e |
lister_width_t item_width_fn,
|
|
|
8f1c6e |
lister_print_t item_print_fn)
|
|
|
8f1c6e |
--- a2ps-4.13/lib/media.c.attr Wed Jan 9 14:41:33 2002
|
|
|
8f1c6e |
+++ a2ps-4.13/lib/media.c Wed Jan 9 14:42:35 2002
|
|
|
8f1c6e |
@@ -190,7 +190,7 @@
|
|
|
8f1c6e |
|
|
|
8f1c6e |
/* Is libpaper used? */
|
|
|
8f1c6e |
bool
|
|
|
8f1c6e |
-a2ps_medium_libpaper_p (PARAM_UNUSED a2ps_job * job, const char * name)
|
|
|
8f1c6e |
+a2ps_medium_libpaper_p (a2ps_job * job PARAM_UNUSED, const char * name)
|
|
|
8f1c6e |
{
|
|
|
8f1c6e |
return strequ (name, LIBPAPER_MEDIUM) ? true : false;
|
|
|
8f1c6e |
}
|
|
|
8f1c6e |
--- a2ps-4.13/lib/pathwalk.c.attr Wed Jan 9 14:41:38 2002
|
|
|
8f1c6e |
+++ a2ps-4.13/lib/pathwalk.c Wed Jan 9 14:42:47 2002
|
|
|
8f1c6e |
@@ -425,14 +425,14 @@
|
|
|
8f1c6e |
/* Helping functions for pw_glob. */
|
|
|
8f1c6e |
|
|
|
8f1c6e |
static bool
|
|
|
8f1c6e |
-pw_filter_fnmatch (PARAM_UNUSED const char * dir, const char *file,
|
|
|
8f1c6e |
+pw_filter_fnmatch (const char * dir PARAM_UNUSED, const char *file,
|
|
|
8f1c6e |
const char *pattern)
|
|
|
8f1c6e |
{
|
|
|
8f1c6e |
return !fnmatch (pattern, file, 0);
|
|
|
8f1c6e |
}
|
|
|
8f1c6e |
|
|
|
8f1c6e |
static void
|
|
|
8f1c6e |
-pw_filter_da_append (PARAM_UNUSED const char * dir, const char *file,
|
|
|
8f1c6e |
+pw_filter_da_append (const char * dir PARAM_UNUSED, const char *file,
|
|
|
8f1c6e |
struct darray *da)
|
|
|
8f1c6e |
{
|
|
|
8f1c6e |
da_append (da, xstrdup (file));
|
|
|
8f1c6e |
--- a2ps-4.13/lib/routines.c.attr Wed Jan 9 14:41:42 2002
|
|
|
8f1c6e |
+++ a2ps-4.13/lib/routines.c Wed Jan 9 14:42:54 2002
|
|
|
8f1c6e |
@@ -235,7 +235,7 @@
|
|
|
8f1c6e |
* Unlink the file FILENAME.
|
|
|
8f1c6e |
*/
|
|
|
8f1c6e |
void
|
|
|
8f1c6e |
-unlink2 (PARAM_UNUSED void * dummy, const char * filename)
|
|
|
8f1c6e |
+unlink2 (void * dummy PARAM_UNUSED, const char * filename)
|
|
|
8f1c6e |
{
|
|
|
8f1c6e |
message (msg_tool | msg_file, (stderr, "Unlinking file `%s'\n", filename));
|
|
|
8f1c6e |
|
|
|
8f1c6e |
--- a2ps-4.13/lib/fonts.l.attr Wed Jan 9 14:58:38 2002
|
|
|
8f1c6e |
+++ a2ps-4.13/lib/fonts.l Wed Jan 9 14:58:52 2002
|
|
|
8f1c6e |
@@ -585,7 +585,7 @@
|
|
|
8f1c6e |
* in the encoding specific dictionary
|
|
|
8f1c6e |
*/
|
|
|
8f1c6e |
int
|
|
|
8f1c6e |
-font_is_to_reencode (PARAM_UNUSED struct a2ps_job * job, const char * key)
|
|
|
8f1c6e |
+font_is_to_reencode (struct a2ps_job * job PARAM_UNUSED, const char * key)
|
|
|
8f1c6e |
{
|
|
|
8f1c6e |
return !strequ (key, "Symbol");
|
|
|
8f1c6e |
}
|