On 07/05/15 14:41, Marco van de Voort wrote:
> Index: syspch.inc
> ===================================================================
> --- syspch.inc        (revision 30815)
> +++ syspch.inc        (working copy)
> @@ -28,6 +28,11 @@
>  { Processor independent part, shared with strings unit }
>  {$i stringsi.inc }
>  
> +var
> +  { widechar, because also used by widestring -> pwidechar conversions }
> +  emptychar : widechar;external name 'FPC_EMPTYCHAR';

FPC_EMPTYCHAR is for internal compiler usage. Importing it in other
units does not seem like a good idea, especially since it only helps you
save two bytes.


Jonas
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to