ZXInterfaceZ icon indicating copy to clipboard operation
ZXInterfaceZ copied to clipboard

Add missing header guards

Open bog-dan-ro opened this issue 3 years ago • 1 comments

Use #pargma once everywhere.

bog-dan-ro avatar Apr 09 '22 06:04 bog-dan-ro

I am sorry, but I disagree with #pragma usage, which is a non-portable compiler extension. The most portable and standartized way is to use ifdef/define/endif as already present in the code. If you did find missing guards, then I'll gladly accept ifdef/define/endif where they are missing (and eventually C++ extern statements if applicable).

alvieboy avatar Apr 29 '22 17:04 alvieboy