summaryrefslogtreecommitdiff
path: root/ext/ffi_c/libffi/src/alpha/ffitarget.h
diff options
context:
space:
mode:
authortduehr <tduehr@gmail.com>2015-03-19 16:44:33 -0700
committertduehr <tduehr@gmail.com>2015-06-17 09:01:47 -0500
commite9d07620ae8ac090863998d22ab7ca0db9cd1e89 (patch)
treeba0c75a8e11e88123926cb9817a3bb0a7c1b157b /ext/ffi_c/libffi/src/alpha/ffitarget.h
parent194784d60f53e242a8aab88c216126785dc047dd (diff)
downloadffi-libffi-3.2.1.tar.gz
update libffilibffi-3.2.1
Diffstat (limited to 'ext/ffi_c/libffi/src/alpha/ffitarget.h')
-rw-r--r--ext/ffi_c/libffi/src/alpha/ffitarget.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/ffi_c/libffi/src/alpha/ffitarget.h b/ext/ffi_c/libffi/src/alpha/ffitarget.h
index 7d06eb0..af145bc 100644
--- a/ext/ffi_c/libffi/src/alpha/ffitarget.h
+++ b/ext/ffi_c/libffi/src/alpha/ffitarget.h
@@ -1,5 +1,6 @@
/* -----------------------------------------------------------------*-C-*-
- ffitarget.h - Copyright (c) 1996-2003 Red Hat, Inc.
+ ffitarget.h - Copyright (c) 2012 Anthony Green
+ Copyright (c) 1996-2003 Red Hat, Inc.
Target configuration macros for Alpha.
Permission is hereby granted, free of charge, to any person obtaining
@@ -27,6 +28,10 @@
#ifndef LIBFFI_TARGET_H
#define LIBFFI_TARGET_H
+#ifndef LIBFFI_H
+#error "Please do not include ffitarget.h directly into your source. Use ffi.h instead."
+#endif
+
#ifndef LIBFFI_ASM
typedef unsigned long ffi_arg;
typedef signed long ffi_sarg;