diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/MirLua/Modules/ffi | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/MirLua/Modules/ffi')
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/call.c | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/call_arm.h | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/call_x64.h | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/call_x64win.h | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/call_x86.h | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/ctype.c | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/ffi.c | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/ffi.h | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/msvc/stdbool.h | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/msvc/stdint.h | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/parser.c | 2 | ||||
-rw-r--r-- | plugins/MirLua/Modules/ffi/src/stdafx.cxx | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/plugins/MirLua/Modules/ffi/src/call.c b/plugins/MirLua/Modules/ffi/src/call.c index d483d4cc69..7a46cf773d 100644 --- a/plugins/MirLua/Modules/ffi/src/call.c +++ b/plugins/MirLua/Modules/ffi/src/call.c @@ -1,4 +1,4 @@ -/* vim: ts=4 sw=4 sts=4 et tw=78
+/* vim: ts=4 sw=4 sts=4 et tw=78
* Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
* Portions copyright (c) 2011 James R. McKaskill.
*
diff --git a/plugins/MirLua/Modules/ffi/src/call_arm.h b/plugins/MirLua/Modules/ffi/src/call_arm.h index a84f69e762..4343f8da41 100644 --- a/plugins/MirLua/Modules/ffi/src/call_arm.h +++ b/plugins/MirLua/Modules/ffi/src/call_arm.h @@ -1,4 +1,4 @@ -/*
+/*
** This file has been pre-processed with DynASM.
** http://luajit.org/dynasm.html
** DynASM version 1.3.0, DynASM arm version 1.3.0
diff --git a/plugins/MirLua/Modules/ffi/src/call_x64.h b/plugins/MirLua/Modules/ffi/src/call_x64.h index 095118ec43..3f016cee1d 100644 --- a/plugins/MirLua/Modules/ffi/src/call_x64.h +++ b/plugins/MirLua/Modules/ffi/src/call_x64.h @@ -1,4 +1,4 @@ -/*
+/*
** This file has been pre-processed with DynASM.
** http://luajit.org/dynasm.html
** DynASM version 1.3.0, DynASM x64 version 1.3.0
diff --git a/plugins/MirLua/Modules/ffi/src/call_x64win.h b/plugins/MirLua/Modules/ffi/src/call_x64win.h index fae36a0f96..8107b896db 100644 --- a/plugins/MirLua/Modules/ffi/src/call_x64win.h +++ b/plugins/MirLua/Modules/ffi/src/call_x64win.h @@ -1,4 +1,4 @@ -/*
+/*
** This file has been pre-processed with DynASM.
** http://luajit.org/dynasm.html
** DynASM version 1.3.0, DynASM x64 version 1.3.0
diff --git a/plugins/MirLua/Modules/ffi/src/call_x86.h b/plugins/MirLua/Modules/ffi/src/call_x86.h index 40bad83147..5ffe328eb3 100644 --- a/plugins/MirLua/Modules/ffi/src/call_x86.h +++ b/plugins/MirLua/Modules/ffi/src/call_x86.h @@ -1,4 +1,4 @@ -/*
+/*
** This file has been pre-processed with DynASM.
** http://luajit.org/dynasm.html
** DynASM version 1.3.0, DynASM x86 version 1.3.0
diff --git a/plugins/MirLua/Modules/ffi/src/ctype.c b/plugins/MirLua/Modules/ffi/src/ctype.c index 6208937536..673337fe2b 100644 --- a/plugins/MirLua/Modules/ffi/src/ctype.c +++ b/plugins/MirLua/Modules/ffi/src/ctype.c @@ -1,4 +1,4 @@ -/* vim: ts=4 sw=4 sts=4 et tw=78
+/* vim: ts=4 sw=4 sts=4 et tw=78
* Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
* Portions copyright (c) 2011 James R. McKaskill.
*
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h index da88199284..be003a35b1 100644 --- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h +++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_arm.h @@ -1,4 +1,4 @@ -/*
+/*
** DynASM ARM encoding engine.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h index 74e1c7d432..19b7672cbc 100644 --- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h +++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_ppc.h @@ -1,4 +1,4 @@ -/*
+/*
** DynASM PPC encoding engine.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h index 94a79a163d..85959c56b7 100644 --- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h +++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_proto.h @@ -1,4 +1,4 @@ -/*
+/*
** DynASM encoding engine prototypes.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
diff --git a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h index 83c6eb5a0f..853ab061a9 100644 --- a/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h +++ b/plugins/MirLua/Modules/ffi/src/dynasm/dasm_x86.h @@ -1,4 +1,4 @@ -/*
+/*
** DynASM x86 encoding engine.
** Copyright (C) 2005-2011 Mike Pall. All rights reserved.
** Released under the MIT/X license. See dynasm.lua for full copyright notice.
diff --git a/plugins/MirLua/Modules/ffi/src/ffi.c b/plugins/MirLua/Modules/ffi/src/ffi.c index 20dcfbdc49..0a3c772d9f 100644 --- a/plugins/MirLua/Modules/ffi/src/ffi.c +++ b/plugins/MirLua/Modules/ffi/src/ffi.c @@ -1,4 +1,4 @@ -/* vim: ts=4 sw=4 sts=4 et tw=78
+/* vim: ts=4 sw=4 sts=4 et tw=78
* Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
* Portions copyright (c) 2011 James R. McKaskill.
*
diff --git a/plugins/MirLua/Modules/ffi/src/ffi.h b/plugins/MirLua/Modules/ffi/src/ffi.h index 48e5d2c761..d7889be9df 100644 --- a/plugins/MirLua/Modules/ffi/src/ffi.h +++ b/plugins/MirLua/Modules/ffi/src/ffi.h @@ -1,4 +1,4 @@ -/* vim: ts=4 sw=4 sts=4 et tw=78
+/* vim: ts=4 sw=4 sts=4 et tw=78
* Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
* Portions copyright (c) 2011 James R. McKaskill.
*
diff --git a/plugins/MirLua/Modules/ffi/src/msvc/stdbool.h b/plugins/MirLua/Modules/ffi/src/msvc/stdbool.h index b6fa0603d2..fb20fc24fb 100644 --- a/plugins/MirLua/Modules/ffi/src/msvc/stdbool.h +++ b/plugins/MirLua/Modules/ffi/src/msvc/stdbool.h @@ -1,4 +1,4 @@ -/* vim: ts=4 sw=4 sts=4 et
+/* vim: ts=4 sw=4 sts=4 et
*
* Copyright (c) 2009 James R. McKaskill
*
diff --git a/plugins/MirLua/Modules/ffi/src/msvc/stdint.h b/plugins/MirLua/Modules/ffi/src/msvc/stdint.h index 01ca453687..d28fa121a6 100644 --- a/plugins/MirLua/Modules/ffi/src/msvc/stdint.h +++ b/plugins/MirLua/Modules/ffi/src/msvc/stdint.h @@ -1,4 +1,4 @@ -// boost cstdint.hpp header file ------------------------------------------//
+// boost cstdint.hpp header file ------------------------------------------//
// (C) Copyright Beman Dawes 1999.
// (C) Copyright Jens Mauer 2001
diff --git a/plugins/MirLua/Modules/ffi/src/parser.c b/plugins/MirLua/Modules/ffi/src/parser.c index 6dd099a9a4..97df4f4125 100644 --- a/plugins/MirLua/Modules/ffi/src/parser.c +++ b/plugins/MirLua/Modules/ffi/src/parser.c @@ -1,4 +1,4 @@ -/* vim: ts=4 sw=4 sts=4 et tw=78
+/* vim: ts=4 sw=4 sts=4 et tw=78
* Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
* Portions copyright (c) 2011 James R. McKaskill.
*
diff --git a/plugins/MirLua/Modules/ffi/src/stdafx.cxx b/plugins/MirLua/Modules/ffi/src/stdafx.cxx index 7b43c3cb6c..83bd083a45 100644 --- a/plugins/MirLua/Modules/ffi/src/stdafx.cxx +++ b/plugins/MirLua/Modules/ffi/src/stdafx.cxx @@ -1 +1 @@ -#include "ffi.h" +#include "ffi.h" |