X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fp99.qh;h=927410cde115de908e5357781ba789c33378716b;hb=4236e2043e99c1c24d29dfb7c9bbe9ef0d44838d;hp=d3228d47c864b9fdcce2d64c54570805f4d71a0a;hpb=edf01df130d0d1877461561178b8833a9ab6051c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/p99.qh b/qcsrc/lib/p99.qh index d3228d47c..927410cde 100644 --- a/qcsrc/lib/p99.qh +++ b/qcsrc/lib/p99.qh @@ -12,8 +12,7 @@ /* without even the implied warranty of merchantability or fitness for a */ /* particular purpose. */ /* */ -#ifndef P99_H_ -#define P99_H_ +#pragma once #define P99_MAX_NUMBER 16 #define P00_ARG( \ @@ -83,5 +82,3 @@ P99_PASTE2(P99_PASTE3(_1, _2, _3), _4) #define P99_PASTE5(_1, _2, _3, _4, _5) \ P99_PASTE2(P99_PASTE4(_1, _2, _3, _4), _5) - -#endif /* !P99_H_ */