Changeset 8c3cae0 for perlconfig.c
- Timestamp:
- Jul 24, 2011, 9:02:52 PM (12 years ago)
- Parents:
- 30428a9 (diff), f271129 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perlconfig.c
rdde1b4d rf271129 1 #include <stdio.h>2 #include <stdlib.h>3 #include <string.h>4 #include <sys/types.h>5 #include <sys/stat.h>6 #include <errno.h>7 1 #define OWL_PERL 8 2 #include "owl.h" 3 #include <stdio.h> 9 4 10 5 extern XS(boot_BarnOwl);
Note: See TracChangeset
for help on using the changeset viewer.