aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2011-12-02 17:55:02 +0000
committerMatt Fleming <matt.fleming@intel.com>2011-12-16 16:31:18 +0000
commitca7406a7da2ce19ae314fe925fa9c4870ae11633 (patch)
tree5e5aefea18e779dd49ffc57acadb5fb300307e17
parenta941bb474f0c7044edb66eaed3199501215081a0 (diff)
downloadsyslinux-ca7406a7da2ce19ae314fe925fa9c4870ae11633.tar.gz
syslinux-ca7406a7da2ce19ae314fe925fa9c4870ae11633.tar.xz
syslinux-ca7406a7da2ce19ae314fe925fa9c4870ae11633.zip
com32: Provide a language standard version
Provide a C language standard version to show that we support C99. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r--com32/include/syslinux/version.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/com32/include/syslinux/version.h b/com32/include/syslinux/version.h
new file mode 100644
index 00000000..762db371
--- /dev/null
+++ b/com32/include/syslinux/version.h
@@ -0,0 +1,6 @@
+#ifndef _SYSLINUX_VERSION_H
+#define _SYSLINUX_VERSION_H
+
+#define __STDC_VERSION__ 200000L
+
+#endif /* _SYSLINUX_VERSION_H */