X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fp99.qh;h=927410cde115de908e5357781ba789c33378716b;hb=b8880819e333ef558143ae80afcdb339b907a439;hp=d3228d47c864b9fdcce2d64c54570805f4d71a0a;hpb=724a41faf2cbfd86d41f3ab59ff8326a831a8326;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_ */