Update years in copyright notice; nfc.
[bpt/emacs.git] / src / regex.h
index 45a9f6f..c850c64 100644 (file)
@@ -2,7 +2,7 @@
    expression library, version 0.12.
 
    Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993, 1995, 2000, 2002,
-                 2003, 2004, 2005 Free Software Foundation, Inc.
+                 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -608,10 +608,7 @@ extern re_wctype_t re_wctype (const unsigned char* str);
 
 typedef int re_wchar_t;
 
-/* Type of source-pattern and string chars.  */
-typedef const unsigned char re_char;
-
-extern void re_set_whitespace_regexp (re_char *regexp);
+extern void re_set_whitespace_regexp (const char *regexp);
 
 #endif /* not WIDE_CHAR_SUPPORT */