mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 23:02:27 +00:00
* Don't need extern "C".
This commit is contained in:
parent
e3ce954582
commit
2382a729e0
@ -16,9 +16,7 @@
|
||||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
|
||||
extern "C" {
|
||||
#include <aterm2.h>
|
||||
}
|
||||
|
||||
|
||||
namespace nix {
|
||||
|
@ -1,9 +1,7 @@
|
||||
#ifndef __ATERM_H
|
||||
#define __ATERM_H
|
||||
|
||||
extern "C" {
|
||||
#include <aterm2.h>
|
||||
}
|
||||
|
||||
#include "types.hh"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user