Use the right prototype and a glob is fine (from Rafael).
[p5sagit/p5-mst-13.2.git] / perlvars.h
index dcb60eb..f29d25b 100644 (file)
@@ -1,6 +1,6 @@
 /*    perlvars.h
  *
- *    Copyright (c) 1997-2003, Larry Wall
+ *    Copyright (c) 1997-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.
@@ -66,3 +66,6 @@ PERLVARI(Gppid,               IV,             0)
 #ifdef USE_ITHREADS
 PERLVAR(Gdollarzero_mutex, perl_mutex) /* Modifying $0 */
 #endif
+
+/* This is constant on most architectures, a global on OS/2 */
+PERLVARI(Gsh_path,     char *, SH_PATH)/* full path of shell */