Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
CompileFeatures
/
C_STANDARD_90.c
blob: 60669e79c9366e5fb79d326e4120922c9046f389 [
file
]
#include
"c_std.h"
#if defined(C_STD) && C_STD >= C_STD_99 && !defined(C_STD_MISSING)
# error "C_STANDARD 90 honored as higher standard"
#endif