Front page | perl.perl5.porters |
Postings from October 2002
[PATCH] embed.pl doc
Thread Next
From:
Jarkko Hietaniemi
Date:
October 23, 2002 08:41
Subject:
[PATCH] embed.pl doc
Message ID:
20021023154130.GE188133@lyta.hut.fi
I was fooled for a moment by the misleading DO NOT EDIT headers
that did not mention embed.fnc. regen_headers, of course.
--- embed.pl.dist 2002-10-23 18:34:05.000000000 +0300
+++ embed.pl 2002-10-23 18:38:56.000000000 +0300
@@ -177,8 +177,8 @@
* License or the Artistic License, as specified in the README file.
*
* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
- * This file is autogenerated from data in embed.pl. Edit that file
- * and run 'make regen_headers' to effect changes.
+ * This file is autogenerated by embed.pl from data in embed.fnc and embed.pl.
+ * Edit those files and run 'make regen_headers' to effect changes.
*/
EOT
@@ -193,8 +193,8 @@
# License or the Artistic License, as specified in the README file.
#
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
-# This file is autogenerated from data in embed.pl. Edit that file
-# and run 'make regen_headers' to effect changes.
+# This file is autogenerated by embed.pl from data in embed.fnc and embed.pl.
+# Edit those files and run 'make regen_headers' to effect changes.
#
EOT
@@ -310,8 +310,9 @@
* License or the Artistic License, as specified in the README file.
*
* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
- * This file is built by embed.pl from data in embed.pl, pp.sym, intrpvar.h,
- * perlvars.h and thrdvar.h. Any changes made here will be lost!
+ * This file is built by embed.pl from data in embed.fnc, embed.pl,
+ * pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
+ * Any changes made here will be lost!
*/
/* (Doing namespace management portably in C is really gross.) */
@@ -512,8 +513,9 @@
*
*
* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
- * This file is built by embed.pl from data in embed.pl, pp.sym, intrpvar.h,
- * perlvars.h and thrdvar.h. Any changes made here will be lost!
+ * This file is built by embed.pl from data in embed.fnc, embed.pl,
+ * pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
+ * Any changes made here will be lost!
*/
/* (Doing namespace management portably in C is really gross.) */
@@ -664,8 +666,9 @@
*
*
* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
- * This file is built by embed.pl from data in embed.pl, pp.sym, intrpvar.h,
- * perlvars.h and thrdvar.h. Any changes made here will be lost!
+ * This file is built by embed.pl from data in embed.fnc, embed.pl,
+ * pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
+ * Any changes made here will be lost!
*/
/* declare accessor functions for Perl variables */
@@ -773,8 +776,9 @@
*
*
* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
- * This file is built by embed.pl from data in embed.pl, pp.sym, intrpvar.h,
- * perlvars.h and thrdvar.h. Any changes made here will be lost!
+ * This file is built by embed.pl from data in embed.fnc, embed.pl,
+ * pp.sym, intrpvar.h, perlvars.h and thrdvar.h.
+ * Any changes made here will be lost!
*/
#include "EXTERN.h"
--
Jarkko Hietaniemi <jhi@iki.fi> http://www.iki.fi/jhi/ "There is this special
biologist word we use for 'stable'. It is 'dead'." -- Jack Cohen
Thread Next
-
[PATCH] embed.pl doc
by Jarkko Hietaniemi