Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
f75ab185
Commit
f75ab185
authored
Sep 01, 1995
by
Per Cederqvist
Browse files
(USE): Changes to shut up gcc 2.7.0.
parent
2e166d15
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/include/rcs.h
View file @
f75ab185
/*
* $Id: rcs.h,v 1.
2
199
3
/0
2/12 14:09:07
ceder Exp $
* $Id: rcs.h,v 1.
3
199
5
/0
9/01 19:58:00
ceder Exp $
* Copyright (C) 1993 Lysator Academic Computer Association.
*
* This file is part of the LysKOM system.
...
...
@@ -27,7 +27,10 @@
It is used in every LysKOM file that uses the RCS keywords to
initialize an rcsid string. */
#if __GNUC__ == 2
#if ____GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
#define USE(var) \
static void * use_##var __attribute__ ((unused)) = (void *) &var
#elif __GNUC__ == 2
#define USE(var) \
static void * use_##var = (&use_##var, (void *) &var)
#else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment