From 1cdf4f22706dea5371f6d553538ac68f1f0a159f Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Sat, 9 May 2015 09:25:21 +0200 Subject: Typo in #ifndef guard. --- runtime/include/varargs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/include') 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 @@ /* -- old-style variable argument handling */ -#ifdef _VARARGS_H +#ifndef _VARARGS_H #define _VARARGS_H #error "CompCert does not implement ." -- cgit