summaryrefslogtreecommitdiff
path: root/src/util/Misc.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-15 16:20:55 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-15 16:20:55 +0000
commit61cfdaf85ad0237ecd7375639f8b1e80d7bcfd14 (patch)
tree2d871176f461219fd6030c7ab622c5d1887beca1 /src/util/Misc.c
parentdc1c98fefa3289cb04ae17a42a2e122c9580b21e (diff)
Updating GNU files to glibc 2.1.2.
Tidying up how they are included - now people should include cctk_GNU.h. This will allow us later to check what functions are available and maybe not compile the GNU stuff. NOTE: If you edit the GNU stuff please put a wapping great comment /* CCTK: Changed by <> on <> */ by the change and a note in the README. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1380 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/util/Misc.c')
-rw-r--r--src/util/Misc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util/Misc.c b/src/util/Misc.c
index 8d6aa016..eee180f9 100644
--- a/src/util/Misc.c
+++ b/src/util/Misc.c
@@ -5,6 +5,7 @@
@desc
Miscellaneuous routines.
@enddesc
+ @version $Header$
@@*/
/*#define DEBUG_MISC*/
@@ -21,14 +22,14 @@
#include <math.h>
#include <float.h>
-#include "gnu_regex.h"
+#include "cctk_GNU.h"
#include "cctk_Config.h"
#include "cctk_Misc.h"
#include "cctk_FortranString.h"
#include "cctk_WarnLevel.h"
-static char *rcsid = "$Header";
+static char *rcsid = "$Header$";
int CCTK_RegexMatch(const char *string,
const char *pattern,