Browse Source

Move compiler-compatibility headers into their own module

This one has no generated code.
Nick Mathewson 5 years ago
parent
commit
cd8f919553
4 changed files with 4 additions and 2 deletions
  1. 0 2
      src/common/include.am
  2. 0 0
      src/lib/cc/compat_compiler.h
  3. 4 0
      src/lib/cc/include.am
  4. 0 0
      src/lib/cc/torint.h

+ 0 - 2
src/common/include.am

@@ -136,7 +136,6 @@ COMMONHEADERS = \
   src/common/aes.h				\
   src/common/ciphers.inc			\
   src/common/compat.h				\
-  src/common/compat_compiler.h			\
   src/common/compat_libevent.h			\
   src/common/compat_openssl.h			\
   src/common/compat_threads.h			\
@@ -165,7 +164,6 @@ COMMONHEADERS = \
   src/common/testsupport.h			\
   src/common/timers.h				\
   src/common/token_bucket.h			\
-  src/common/torint.h				\
   src/common/torlog.h				\
   src/common/tortls.h				\
   src/common/util.h				\

+ 0 - 0
src/common/compat_compiler.h → src/lib/cc/compat_compiler.h


+ 4 - 0
src/lib/cc/include.am

@@ -0,0 +1,4 @@
+
+noinst_HEADERS += \
+	src/lib/cc/compat_compiler.h \
+	src/lib/cc/torint.h

+ 0 - 0
src/common/torint.h → src/lib/cc/torint.h