1 typedef struct interpreter
{
4 static inline void S_missingterm(char *s
)
10 q
= strchr(s
,'"') ? '\'' : '"';
12 void S_scan_heredoc(PerlInterpreter
*my_perl
, char *s
, int i
)
15 term
= *my_perl
->Itokenbuf
;
19 S_missingterm(my_perl
->Itokenbuf
);
22 S_missingterm(my_perl
->Itokenbuf
);