8sa1-gcc/gcc/version.h
Richard Henderson 88657302b7 Standardize header guards.
From-SVN: r42615
2001-05-25 18:31:47 -07:00

5 lines
114 B
C

#ifndef GCC_VERSION_H
#define GCC_VERSION_H
extern const char *const version_string;
#endif /* ! GCC_VERSION_H */