[fpc-devel] TProcess empty parameter

Jonas Maebe jonas.maebe at elis.ugent.be
Fri May 8 13:06:10 CEST 2015


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



More information about the fpc-devel mailing list