summaryrefslogtreecommitdiff
path: root/src/bindings/swig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/swig.h')
-rw-r--r--src/bindings/swig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bindings/swig.h b/src/bindings/swig.h
index eb05cc080..81f197d5f 100644
--- a/src/bindings/swig.h
+++ b/src/bindings/swig.h
@@ -14,8 +14,8 @@
** Common swig checks and definitions, when generating swig interfaces.
**/
-#ifndef __CVC4__BINDINGS__SWIG_H
-#define __CVC4__BINDINGS__SWIG_H
+#ifndef CVC4__BINDINGS__SWIG_H
+#define CVC4__BINDINGS__SWIG_H
#ifndef SWIG
# error This file should only be included when generating swig interfaces.
@@ -30,4 +30,4 @@
// swig doesn't like GCC attributes
#define __attribute__(x)
-#endif /* __CVC4__BINDINGS__SWIG_H */
+#endif /* CVC4__BINDINGS__SWIG_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback