ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/scripts/filepp
(Generate patch)

Comparing trunk/OOPSE-2.0/scripts/filepp (file contents):
Revision 1550 by tim, Wed Oct 6 22:19:33 2004 UTC vs.
Revision 1551 by tim, Mon Oct 11 14:51:57 2004 UTC

# Line 21 | Line 21
21   #  Filename     :  $RCSfile: filepp,v $
22   #  Author       :  $Author: tim $
23   #  Maintainer   :  Darren Miller: darren@cabaret.demon.co.uk
24 < #  File version :  $Revision: 1.3 $
25 < #  Last changed :  $Date: 2004-10-06 22:19:33 $
24 > #  File version :  $Revision: 1.4 $
25 > #  Last changed :  $Date: 2004-10-11 14:51:57 $
26   #  Description  :  Main program
27   #  Licence      :  GNU copyleft
28   #
# Line 32 | Line 32 | use strict "subs";
32  
33   use strict "vars";
34   use strict "subs";
35 #use Graph;
35   # Used to all filepp to work with any char, not just ascii,
36   # feel free to remove this if it causes you problems
37 < use bytes;
37 > #use bytes;
38  
39   # version number of program
40   my $VERSION = '1.7.1';
41  
42   # list of paths to search for modules, normal Perl list + module dir
43 < push(@INC, "/home/maul/gezelter/tim/code/OOPSE-2.0/scripts/filepp-1.7.1/modules/f90dpend/");
43 > #push(@INC, "/home/maul/gezelter/tim/code/OOPSE-2.0/scripts/filepp-1.7.1/modules/f90dpend/");
44  
45   # index of keywords supported and functions to deal with them
46   my %Keywords = (

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines