| Revision: | 5052 |
| Committed: | Mon Dec 22 11:56:03 2014 UTC (11 years, 7 months ago) by michael |
| Content type: | text/x-chdr |
| File size: | 326 byte(s) |
| Log Message: | - Initial import of bopm 3.1.3 |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | michael | 5052 | /* vim: set shiftwidth=3 softtabstop=3 expandtab: */ |
| 2 | |||
| 3 | #ifndef OPM_H | ||
| 4 | #define OPM_H | ||
| 5 | |||
| 6 | /* Stuff to shut up warnings about rcsid being unused. */ | ||
| 7 | #define USE_VAR(var) static char sizeof##var = sizeof(sizeof##var) + sizeof(var) | ||
| 8 | /* RCS tag. */ | ||
| 9 | #define RCSID(x) static char rcsid[] = x; USE_VAR(rcsid); | ||
| 10 | |||
| 11 | #endif /* OPM_H */ |