From: Doug Coleman Date: Mon, 20 Jul 2015 05:55:24 +0000 (-0700) Subject: factor: all FUNCTION: rename complete X-Git-Tag: unmaintained~2336 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=1e22e9b8140ba7c287e8b0143d1714625bea91da factor: all FUNCTION: rename complete --- diff --git a/basis/compiler/tests/alien.factor b/basis/compiler/tests/alien.factor index 47c279724c..a103f29131 100755 --- a/basis/compiler/tests/alien.factor +++ b/basis/compiler/tests/alien.factor @@ -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 diff --git a/basis/windows/directx/d3dx10core/d3dx10core.factor b/basis/windows/directx/d3dx10core/d3dx10core.factor index b123a6866b..c770992263 100644 --- a/basis/windows/directx/d3dx10core/d3dx10core.factor +++ b/basis/windows/directx/d3dx10core/d3dx10core.factor @@ -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