gdb: add .flake8 file
[deliverable/binutils-gdb.git] / gdb / gdb_regex.h
index 49bccf6842903aba8667b4ec2a938e78d7d2b776..0cac96e85c1a866e3aa9db30a47bc4e930f6c1d9 100644 (file)
@@ -1,5 +1,5 @@
 /* Portable <regex.h>.
-   Copyright (C) 2000-2018 Free Software Foundation, Inc.
+   Copyright (C) 2000-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 #ifndef GDB_REGEX_H
 #define GDB_REGEX_H 1
 
-#ifdef USE_INCLUDED_REGEX
 # include "xregex.h"
-#else
-/* Request 4.2 BSD regex functions.  */
-# define _REGEX_RE_COMP
-# include <regex.h>
-#endif
 
 /* A compiled regex.  This is mainly a wrapper around regex_t.  The
    the constructor throws on regcomp error and the destructor is
This page took 0.023809 seconds and 4 git commands to generate.