From 1e22e9b8140ba7c287e8b0143d1714625bea91da Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 19 Jul 2015 22:55:24 -0700 Subject: [PATCH] factor: all FUNCTION: rename complete --- basis/compiler/tests/alien.factor | 2 +- basis/windows/directx/d3dx10core/d3dx10core.factor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1