You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _F18_H_
|
|
#define _F18_H_
|
|
|
|
#define __FLANG__ "1"
|
|
#define __FLANG_MAJOR__ "@LLVM_VERSION_MAJOR@"
|
|
#define __FLANG_MINOR__ "@LLVM_VERSION_MINOR@"
|
|
#define __FLANG_PATCHLEVEL__ "@LLVM_VERSION_PATCH@"
|
|
|
|
#endif // _F18_H_
|