From 6da4f18dab8e5ff2096aebfd912338f7c5e77220 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 29 Jul 2009 19:41:41 +0000 Subject: [PATCH] Two more places that needed to change with the @foo@bar change svn: r15626 --- collects/web-server/scribblings/templates.scrbl | 2 +- src/foreign/foreign.ssc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/web-server/scribblings/templates.scrbl b/collects/web-server/scribblings/templates.scrbl index a8c369971e..48812a6002 100644 --- a/collects/web-server/scribblings/templates.scrbl +++ b/collects/web-server/scribblings/templates.scrbl @@ -98,7 +98,7 @@ and }| Furthermore, there are no constraints on the Scheme used by templates: they can use macros, structs, continuation marks, threads, etc. -However, Scheme values that are ultimately returned must be printable by the @text-ref@"." +However, Scheme values that are ultimately returned must be printable by the @|text-ref|. For example, consider the following outputs of the title line of different calls to @scheme[fast-template]: diff --git a/src/foreign/foreign.ssc b/src/foreign/foreign.ssc index 2fd161b63c..8524a70911 100755 --- a/src/foreign/foreign.ssc +++ b/src/foreign/foreign.ssc @@ -458,7 +458,7 @@ Scheme_Object *utf16_pointer_to_ucs4_string(unsigned short *utf) (define (describe-type stype cname ftype ctype pred s->c c->s offset) @list{ #define FOREIGN_@cname (@(type-counter)) - /* Type Name: @stype@(and (not (equal? cname stype)) @list{ (@cname)}) + /* Type Name: @|stype|@(and (not (equal? cname stype)) @list{ (@cname)}) * LibFfi type: ffi_type_@ftype * C type: @(or ctype "-none-") * Predicate: @(cond [(not pred) "-none-"] @@ -1707,7 +1707,7 @@ void do_ptr_finalizer(void *p, void *finalizer) /* unreachable, and it will get a new cpointer object that points to it. */ /* (Only needed in cases where pointer aliases might be created.) */ /* -@prefix[" * "]{ +@add-prefix[" * "]{ defsymbols[pointer] cdefine[register-finalizer 2 3]{ void *ptr, *old = NULL;