Changeset cb47b9c for redseq.f


Ignore:
Timestamp:
11/19/09 11:29:16 (14 years ago)
Author:
baerbaer <baerbaer@…>
Branches:
master
Children:
2d5d396
Parents:
ffd2d46
Message:

Explicitly declare variables.

All variables should be declared so that we can remove the implicit statements
from the beginning of the INCL.H file.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/smmp/trunk@25 26dc1dd8-5c4e-0410-9ffe-d298b4865968

File:
1 edited

Legend:

Unmodified
Added
Removed
  • redseq.f

    rffd2d46 rcb47b9c  
    2828      include 'INCL.H'
    2929
     30      ! Function definitions
     31      integer iofil, iendst, ibegst, iopfil
     32
    3033      character blnk,res*4,line*132,hlin*132
     34      integer i, i1, i2, ifirs, ie, id, ib, ic, ii, l, lg, nln, nrs
    3135      data blnk/' '/
    3236
Note: See TracChangeset for help on using the changeset viewer.