1################################################################################
2##
3##  Version 3.x, Copyright (C) 2004-2013, Marcus Holland-Moritz.
4##  Version 2.x, Copyright (C) 2001, Paul Marquess.
5##  Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
6##
7##  This program is free software; you can redistribute it and/or
8##  modify it under the same terms as Perl itself.
9##
10################################################################################
11
12=provides
13
14__UNDEFINED__
15
16=implementation
17
18#if   { VERSION <= 5.003_22 }
19#  undef start_subparse
20#  if { VERSION < 5.003_22 }
21__UNDEFINED__ start_subparse(a, b) Perl_start_subparse()
22#  else
23__UNDEFINED__ start_subparse(a, b) Perl_start_subparse(b)
24#  endif
25
26#if {VERSION < 5.003_07 }
27foo
28#endif
29#endif
30