Re: runtime problem

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Sat, 1 Jun 1996 10:08:42 +0200

George Eddy <eddy@ISI.EDU> wrote:

> based on the above messages, spaces seem to have been removed
> between the 'proc' 'procname' and '}' '{'
>
> procHelp::general{editor}{
>
> should be
>
> proc Help::general {editor} {
> ...
>
> perhaps something crazy happend when *.tcl was converted to *.c???

Yes, a broken sed. Maybe you are using GNU sed-3.0 which is definitely
broken. (The regex library has some bugs.)

Juergen