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

7 lines
120 B
C

#ifndef GCC_F_VERSION_H
#define GCC_F_VERSION_H
extern const char *ffe_version_string;
#endif /* ! GCC_F_VERSION_H */