diff options
Diffstat (limited to 'graphics/asymptote/runstring.h')
-rw-r--r-- | graphics/asymptote/runstring.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/asymptote/runstring.h b/graphics/asymptote/runstring.h index 0092cf5d57..aba6f0a10a 100644 --- a/graphics/asymptote/runstring.h +++ b/graphics/asymptote/runstring.h @@ -1,9 +1,7 @@ /***** Autogenerated from runstring.in; changes will be overwritten *****/ -#ifndef runstring_H -#define runstring_H +#pragma once namespace run { void emptyString(vm::stack *); } -#endif // runstring_H |