lib/ffi/clang/lib/index.rb in ffi-clang-0.1.0 vs lib/ffi/clang/lib/index.rb in ffi-clang-0.1.1
- old
+ new
@@ -23,10 +23,10 @@
module FFI
module Clang
module Lib
typedef :pointer, :CXIndex
-
+
# Source code index:
attach_function :create_index, :clang_createIndex, [:int, :int], :CXIndex
attach_function :dispose_index, :clang_disposeIndex, [:CXIndex], :void
end
end