diff options
author | gafton <devnull@localhost> | 1999-07-14 18:23:16 +0000 |
---|---|---|
committer | gafton <devnull@localhost> | 1999-07-14 18:23:16 +0000 |
commit | ed0b4f5fc1511f69f8e179edefd4688b00b82b39 (patch) | |
tree | 65448b3520054ee32877d8b0e69c78d41e14e6f4 /perl | |
parent | 99c487c9eff00d3b8b3d5bec1d51aa6084976d65 (diff) | |
download | rpm-ed0b4f5fc1511f69f8e179edefd4688b00b82b39.tar.gz rpm-ed0b4f5fc1511f69f8e179edefd4688b00b82b39.tar.bz2 rpm-ed0b4f5fc1511f69f8e179edefd4688b00b82b39.zip |
added comment
CVS patchset: 3162
CVS date: 1999/07/14 18:23:16
Diffstat (limited to 'perl')
-rw-r--r-- | perl/constant.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/constant.c b/perl/constant.c index 847dd77b2..7a2a346fd 100644 --- a/perl/constant.c +++ b/perl/constant.c @@ -1,3 +1,10 @@ +/* + * This file contains the constant() function that is used + * by perl AutoLoader when looking up exported constant symbols + * + * $Id: constant.c,v 1.2 1999/07/14 18:23:16 gafton Exp $ + */ + #include "EXTERN.h" #include "perl.h" #include "XSUB.h" |