summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/types.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-11-20 00:53:48 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-11-20 00:53:48 +0000
commit131207a1f99f85d2b8d272e7b47b058076b5c1cf (patch)
treeccc59e6e5ce5197eecd70944a0f723f143edf031 /perl_checker.src/types.mli
parent659ced82c2465f81c3f14a1fa601d7df9ce2d2da (diff)
downloadperl_checker-131207a1f99f85d2b8d272e7b47b058076b5c1cf.tar
perl_checker-131207a1f99f85d2b8d272e7b47b058076b5c1cf.tar.gz
perl_checker-131207a1f99f85d2b8d272e7b47b058076b5c1cf.tar.bz2
perl_checker-131207a1f99f85d2b8d272e7b47b058076b5c1cf.tar.xz
perl_checker-131207a1f99f85d2b8d272e7b47b058076b5c1cf.zip
*** empty log message ***
Diffstat (limited to 'perl_checker.src/types.mli')
-rw-r--r--perl_checker.src/types.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl_checker.src/types.mli b/perl_checker.src/types.mli
index 567c0c5..ceb5804 100644
--- a/perl_checker.src/types.mli
+++ b/perl_checker.src/types.mli
@@ -16,7 +16,8 @@ type context = I_scalar | I_hash | I_array | I_func | I_raw | I_star | I_arrayle
type fromparser =
| Ident of string option * string * pos
| Num of string * pos
- | String of string * pos
+ | Raw_string of string * pos
+ | String of (string * fromparser) list * pos
| Ref of context * fromparser
| Deref of context * fromparser