Skip to content

Commit 1cdf4f2

Browse files
committed
Typo in #ifndef guard.
1 parent 92f5637 commit 1cdf4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/include/varargs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
/* <varargs.h> -- old-style variable argument handling */
3131

32-
#ifdef _VARARGS_H
32+
#ifndef _VARARGS_H
3333
#define _VARARGS_H
3434

3535
#error "CompCert does not implement <varargs.h>."

0 commit comments

Comments
 (0)