2001-12-17 Fernando Nasser <fnasser@redhat.com>
[deliverable/binutils-gdb.git] / gdb / gdb_regex.h
index 09aaf0862d86dc8f478609d80af281b3464da59d..27a570a1f4097ee4c3c82aca790e59b88849e490 100644 (file)
@@ -1,5 +1,5 @@
 /* Portable <regex.h>
-   Copyright 2000 Free Software Foundation, Inc.
+   Copyright 2000, 2001 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#ifndef _GDB_REGEX_H
-#define _GDB_REGEX_H
+#ifndef GDB_REGEX_H
+#define GDB_REGEX_H
+
 #ifdef USE_INCLUDED_REGEX
-#include "gnu-regex.h"
+#include "xregex.h"
 #else
 #include <regex.h>
 #endif
-#endif /* _GDB_REGEX_H */
+
+#endif /* gdb_regex.h */
This page took 0.025616 seconds and 4 git commands to generate.