diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-21 18:11:44 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-21 18:11:44 +0200 |
commit | 1fdaa473e0b54d2d8819da0a477dbaeed913e76f (patch) | |
tree | 1a7476ada7525420ac2542187aa8a95036fc63f1 /libgamma-native.hh | |
parent | Change license, improve makefile, remove dist/ (diff) | |
download | libgammamm-1fdaa473e0b54d2d8819da0a477dbaeed913e76f.tar.gz libgammamm-1fdaa473e0b54d2d8819da0a477dbaeed913e76f.tar.bz2 libgammamm-1fdaa473e0b54d2d8819da0a477dbaeed913e76f.tar.xz |
Change style1.0.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libgamma-native.hh')
-rw-r--r-- | libgamma-native.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgamma-native.hh b/libgamma-native.hh index f9ded22..81b8e78 100644 --- a/libgamma-native.hh +++ b/libgamma-native.hh @@ -2,7 +2,6 @@ #ifndef LIBGAMMA_NATIVE_HH #define LIBGAMMA_NATIVE_HH - extern "C" { # ifdef __GNUC__ @@ -21,6 +20,4 @@ extern "C" # endif } - #endif - |