]> gitweb.factorcode.org Git - factor.git/commitdiff
factor: all FUNCTION: rename complete
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 20 Jul 2015 05:55:24 +0000 (22:55 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 20 Jul 2015 05:55:24 +0000 (22:55 -0700)
basis/compiler/tests/alien.factor
basis/windows/directx/d3dx10core/d3dx10core.factor

index 47c279724cc11110f42d832877bdda2cf5a8495e..a103f29131d451793ffbaccfa8ea6269ec72ec4f 100755 (executable)
@@ -59,7 +59,7 @@ FUNCTION: float ffi_test_4 ( )
 FUNCTION: double ffi_test_5 ( )
 [ 1.5 ] [ ffi_test_5 ] unit-test
 
-FUNCTION: int ffi_test_9 )( int a, int b, int c, int d, int e, int f, int g )
+FUNCTION: int ffi_test_9 ( int a, int b, int c, int d, int e, int f, int g )
 [ 28 ] [ 1 2 3 4 5 6 7 ffi_test_9 ] unit-test
 [ "a" 2 3 4 5 6 7 ffi_test_9 ] must-fail
 [ 1 2 3 4 5 6 "a" ffi_test_9 ] must-fail
index b123a6866b962ea2cc922f563e998ab29c048c11..c770992263526bd82ab1ff761d2bce4357d0869e 100644 (file)
@@ -180,7 +180,7 @@ FUNCTION: HRESULT
 
 ALIAS: D3DX10CreateFontIndirect D3DX10CreateFontIndirectW
 
-FUNCTION: HRESULT D3DX10UnsetAllDeviceObjects ( ID3D10Device* pDevice ) ;
+FUNCTION: HRESULT D3DX10UnsetAllDeviceObjects ( ID3D10Device* pDevice )
 
 CONSTANT: D3DERR_INVALIDCALL     0x8876086C
 CONSTANT: D3DERR_WASSTILLDRAWING 0x8876021C