Fixes unknown preprocessor directive error introduced in #217 commit 255c929c56 These were probably intended as script comments using # when C/C++ comments using // or /* */ should have been used.
255c929c56