On Mon, 27 Oct 2008, Szak�ts Viktor wrote:

Hi Viktor,

> 2008-10-27 10:37 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
>   * source/pp/ppcore.c
>     + Added '#pragma TEXTHIDDEN=<ON | OFF>' to control the 
>       existing -texthidden option to add light encoding to 
>       strings embedded in code. Since this goes with a slight 
>       performance hit and it's rarely used, it might be useful 
>       to turn it on only for code parts that really needs this.

We already had such functionality by:
   #pragma TEXTHIDDEN(<nMethod>)
f.e.:
   proc main()
      #pragma TEXTHIDDEN(1)
      ? "Hidden text"
      #pragma TEXTHIDDEN(0)
   return

and the above modification broke it so this code cannot be longer compiled.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to