diff options
author | dos-reis <gdr@axiomatics.org> | 2014-08-16 20:53:01 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2014-08-16 20:53:01 +0000 |
commit | ef207db542d63e4b04db5cac88bed6f6cfcc514b (patch) | |
tree | 159e60bc674fcedfc567d11f2031665698df86a0 /src/include | |
parent | d5f760638a920d3e3fb70ef3e571645a5f3a8344 (diff) | |
download | open-axiom-ef207db542d63e4b04db5cac88bed6f6cfcc514b.tar.gz |
Avoid SBCL deprecated features.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/open-axiom.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/include/open-axiom.h b/src/include/open-axiom.h index 925ddc9a..7d15e4ec 100644 --- a/src/include/open-axiom.h +++ b/src/include/open-axiom.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2007-2013, Gabriel Dos Reis. + Copyright (C) 2007-2014, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -63,11 +63,7 @@ #define OPENAXIOM_C_EXPORT OPENAXIOM_C_CALL OPENAXIOM_EXPORT -#if defined(HAVE_STDINT_H) -# include <stdint.h> -#elif defined (HAVE_INTTYPES_H) -# include <inttypes.h> -#endif +#include <stdint.h> #if defined(__WIN32__) # include <windows.h> |