mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
regexp: Remove including Jim Tcl headers.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
c2d1511f0b
commit
efe993f4a6
@ -52,15 +52,12 @@
|
|||||||
* regular-expression syntax might require a total rethink.
|
* regular-expression syntax might require a total rethink.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "jimautoconf.h"
|
|
||||||
|
|
||||||
#if defined(JIM_REGEXP)
|
#if defined(JIM_REGEXP)
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "jim.h"
|
|
||||||
#include "jimregexp.h"
|
#include "jimregexp.h"
|
||||||
#include "utf8.h"
|
#include "utf8.h"
|
||||||
|
|
||||||
|
@ -12,7 +12,6 @@ extern "C" {
|
|||||||
*
|
*
|
||||||
* See LICENCE for licence details.
|
* See LICENCE for licence details.
|
||||||
*/
|
*/
|
||||||
#include <jim-config.h>
|
|
||||||
|
|
||||||
/* Currently we support unicode points up to 2^22-1 */
|
/* Currently we support unicode points up to 2^22-1 */
|
||||||
#define MAX_UTF8_LEN 4
|
#define MAX_UTF8_LEN 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user