mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 08:52:46 +00:00
1952e2e1c1
These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST.
5 lines
114 B
C
5 lines
114 B
C
#ifndef GCC_VERSION_H
|
|
#define GCC_VERSION_H
|
|
extern const char *const version_string;
|
|
#endif /* ! GCC_VERSION_H */
|