projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Compiling with OP_IN_REGISTER
[p5sagit/p5-mst-13.2.git]
/
perlenv.h
1
#ifndef H_PERLENV
2
#define H_PERLENV 1
3
4
#ifdef PERL_OBJECT
5
#else
6
#define PerlEnv_putenv(str) putenv((str))
7
#define PerlEnv_getenv(str) getenv((str))
8
#endif /* PERL_OBJECT */
9
10
#endif /* Include guard */