diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1999-11-23 17:55:55 -0500 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-02 06:56:18 +0000 |
commit | f9d9cdce9cbb41baf3d0716ebac8540732d59bf8 (patch) | |
tree | c8092e240475d4477193cc3e8328f0a4fd1aa521 /perl.h | |
parent | 66e933abe4c687207c84b01b9d96f575c3699b8e (diff) | |
download | perl-f9d9cdce9cbb41baf3d0716ebac8540732d59bf8.tar.gz |
applied suggested patch with prototype changes
Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_62] First char cognizance
p4raw-id: //depot/perl@4618
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1748,6 +1748,7 @@ struct _sublex_info { typedef struct magic_state MGS; /* struct magic_state defined in mg.c */ struct scan_data_t; /* Used in S_* functions in regcomp.c */ +struct regnode_charclass_class; /* Used in S_* functions in regcomp.c */ typedef I32 CHECKPOINT; |