aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/include
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2015-05-09 09:25:21 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2015-05-09 09:25:21 +0200
commit1cdf4f22706dea5371f6d553538ac68f1f0a159f (patch)
tree63a9e0726aeec95444c7b567a07d2d5593399f34 /runtime/include
parent92f563727f9fb2ebbf15eddb75987a3530ca8273 (diff)
downloadcompcert-kvx-1cdf4f22706dea5371f6d553538ac68f1f0a159f.tar.gz
compcert-kvx-1cdf4f22706dea5371f6d553538ac68f1f0a159f.zip
Typo in #ifndef guard.
Diffstat (limited to 'runtime/include')
-rw-r--r--runtime/include/varargs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/include/varargs.h b/runtime/include/varargs.h
index f790a5b4..6909583a 100644
--- a/runtime/include/varargs.h
+++ b/runtime/include/varargs.h
@@ -29,7 +29,7 @@
/* <varargs.h> -- old-style variable argument handling */
-#ifdef _VARARGS_H
+#ifndef _VARARGS_H
#define _VARARGS_H
#error "CompCert does not implement <varargs.h>."