Am 14.06.19 um 12:38 schrieb Arne Schwabe:
>
>> -#ifndef ENABLE_SMALL
>> +# ifndef ENABLE_SMALL
> The space between # and ifndef looks wrong.

It's standard C. (Chapter 3.8 in the 1989/1990 standard, chapter 6.10 in
recent editions, I checked 1999 and 2017/2018, although worded in a
quite convoluted way) and I have yet to see a relevant C compiler that
would reject this.

The # is a token by itself can can be separated from the other
preprocessing tokens on the same line by space and horizontal-tab.




_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to