== vs =

Barnacle Wes wes at obie.UUCP
Tue Feb 16 10:45:47 AEST 1988


In article <4160 at june.cs.washington.edu>, pardo at june.cs.washington.edu (David Keppel) writes:
> (c) lint comments such as  /*LINT NOSTYLE*/  to shut up lint or even
>     /*LINT INDENT*/  for specific things (like the protect();unprotect();
>     thing Tom was writing about).

Actually, the protect(); ... unprotect(); non-problem is simple:

	protect();
	{
	    ...
	    ...
	}
	unprotect();
	<EOP>

(That's an ASCII End-Of-Problem character there).
-- 
    /\              -  "Against Stupidity,  -    {backbones}!
   /\/\  .    /\    -  The Gods Themselves  -  utah-cs!utah-gr!
  /    \/ \/\/  \   -   Contend in Vain."   -  uplherc!sp7040!
 / U i n T e c h \  -       Schiller        -     obie!wes



More information about the Comp.lang.c mailing list