From afe137c5c424441a13b8100b060b3c5b139d7e20 Mon Sep 17 00:00:00 2001 From: David Hilvert Date: Fri, 24 Oct 2008 14:17:16 +0000 Subject: [PATCH] gpu: Rewrite (define-macro ...) as (ale-define-macro ...). --- gpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu.h b/gpu.h index 8dee504..4757942 100644 --- a/gpu.h +++ b/gpu.h @@ -40,7 +40,7 @@ extern "C" { #include "thread.h" #define ALE_GPU_ASSERT_INCLUDE \ -"(define-macro (assert expr) `(if (not ,expr) (error \"Assertion failed: \" ,(object->string expr))))" +"(ale-define-macro (assert expr) `(if (not ,expr) (error \"Assertion failed: \" ,(object->string expr))))" class gpu { public: -- 2.11.4.GIT