summaryrefslogtreecommitdiff
path: root/utils/RegExp.h
diff options
context:
space:
mode:
authorchatty1996-03-11 15:51:33 +0000
committerchatty1996-03-11 15:51:33 +0000
commit2bfbaf62b9455049fae91b73a1784a4499f951df (patch)
tree6e52734ac0802b5c21d462f68a9a4e9e36810a1a /utils/RegExp.h
parent721ef647d0af6a3b67eb87801ef7c79ad9d589fc (diff)
downloadivy-league-2bfbaf62b9455049fae91b73a1784a4499f951df.zip
ivy-league-2bfbaf62b9455049fae91b73a1784a4499f951df.tar.gz
ivy-league-2bfbaf62b9455049fae91b73a1784a4499f951df.tar.bz2
ivy-league-2bfbaf62b9455049fae91b73a1784a4499f951df.tar.xz
Removed pragma interfaces
Diffstat (limited to 'utils/RegExp.h')
-rw-r--r--utils/RegExp.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/utils/RegExp.h b/utils/RegExp.h
index 85c9853..20451f0 100644
--- a/utils/RegExp.h
+++ b/utils/RegExp.h
@@ -11,15 +11,12 @@
*
* $Id$
* $CurLog$
+ * Removed pragma interfaces
*/
#ifndef RegExp_H_
#define RegExp_H_
-#ifdef __GNUG__
-#pragma interface
-#endif
-
#include "cplus_bugs.h"
#include "bool.h"