diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-04T21·50+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-04T21·50+0000 |
commit | 2382a729e07ae09abb278cc28b137b9c4060101e (patch) | |
tree | 3e59d071d84d280ad3d96e66d9a838b2c287834b /src/libutil | |
parent | e3ce954582f56b9d853ea379c783cf6cd5571c83 (diff) |
* Don't need extern "C".
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/aterm.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libutil/aterm.hh b/src/libutil/aterm.hh index 431c67d130ec..6a2415f0b7fb 100644 --- a/src/libutil/aterm.hh +++ b/src/libutil/aterm.hh @@ -1,9 +1,7 @@ #ifndef __ATERM_H #define __ATERM_H -extern "C" { #include <aterm2.h> -} #include "types.hh" |