diff options
Diffstat (limited to 'portable/dummy.c')
-rw-r--r-- | portable/dummy.c | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/portable/dummy.c b/portable/dummy.c index e5a6224..66341c3 100644 --- a/portable/dummy.c +++ b/portable/dummy.c @@ -1,15 +1,14 @@ -/* $Id$ -** -** Dummy symbol to prevent an empty library. -** -** Written by Russ Allbery <rra@stanford.edu> -** This work is hereby placed in the public domain by its author. -** -** On platforms that already have all of the functions that libportable would -** supply, Automake builds an empty library and then calls ar with -** nonsensical arguments. Ensure that libportable always contains at least -** one symbol. -*/ +/* $Id$ + * + * Dummy symbol to prevent an empty library. + * + * On platforms that already have all of the functions that libportable would + * supply, Automake builds an empty library and then calls ar with nonsensical + * arguments. Ensure that libportable always contains at least one symbol. + * + * Written by Russ Allbery <rra@stanford.edu> + * This work is hereby placed in the public domain by its author. + */ /* Prototype to avoid gcc warnings. */ int portable_dummy(void); |