Mercurial > hg > octave-shane > gnulib-hg
comparison lib/dummy.c @ 8440:6f61a4aca9d7
Try to avoid clashing symbols.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 16 Mar 2007 00:52:55 +0000 |
parents | faaa486649e7 |
children | bbbbbf4cd1c5 |
comparison
equal
deleted
inserted
replaced
8439:d8182f376307 | 8440:6f61a4aca9d7 |
---|---|
34 Compiling this file, and adding its object file to the library, will | 34 Compiling this file, and adding its object file to the library, will |
35 prevent the library from exporting no symbols. */ | 35 prevent the library from exporting no symbols. */ |
36 | 36 |
37 #ifdef __sun | 37 #ifdef __sun |
38 /* This declaration ensures that the library will export at least 1 symbol. */ | 38 /* This declaration ensures that the library will export at least 1 symbol. */ |
39 int dummy; | 39 int gl_dummy_symbol; |
40 #else | 40 #else |
41 /* This declaration is solely to ensure that after preprocessing | 41 /* This declaration is solely to ensure that after preprocessing |
42 this file is never empty. */ | 42 this file is never empty. */ |
43 typedef int dummy; | 43 typedef int dummy; |
44 #endif | 44 #endif |