1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 05:21:16 +02:00

* Don't need extern "C".

This commit is contained in:
Eelco Dolstra 2006-09-04 21:50:39 +00:00
parent e3ce954582
commit 2382a729e0
2 changed files with 0 additions and 4 deletions

View file

@ -1,9 +1,7 @@
#ifndef __ATERM_H
#define __ATERM_H
extern "C" {
#include <aterm2.h>
}
#include "types.hh"