Right now, crcsid is being filled with a blank line, and then the
information we want:
data crcsid/'
1$Id: beg_run_summary.F,v 1.2 1997/04/24 15:38:00 holtrop Exp $
1 '/
so simply reformatting the line would get rid of the length problem.
Also, I would like to advocate the use of these crcsid RCS variables,
since they allow us to look at an executable and see what version of the
subroutine was compiled into it. You can see this by using the command
ident, which searches for and displays these RCS variables. Recently, I
used ident and the crcsid variables in recsis to identify a mismatch of
software routines that was causing recsis not to work for one of our
collaborators.
Take care,
Rob
On Tue, 3 Feb 1998, Maurik Holtrop wrote:
>
> The complained about the line 39 string is about the crcsid, a useless
> string that rcs likes. We could increase the memory allocated for this
> string in all the routines, which would increase the executable size, or
> we could remove these strings. Are they used by anybody ?
> (I don't understand their usefulness, I admit.)
>
> Maurik