source:
trunk/essentials/dev-lang/perl/autodoc.pl@
3215
| Last change on this file since 3215 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 7.8 KB | |
| Line | |
|---|---|
| 1 | #!/usr/bin/perl -w |
| 2 | |
| 3 | require 5.003; # keep this compatible, an old perl is all we may have before |
| 4 | # we build the new one |
| 5 | |
| 6 | BEGIN { |
| 7 | push @INC, 'lib'; |
| 8 | require 'regen_lib.pl'; |
| 9 | } |
| 10 | |
| 11 | |
| 12 | # |
| 13 | # See database of global and static function prototypes in embed.fnc |
| 14 | # This is used to generate prototype headers under various configurations, |
