Two more places that needed to change with the @foo@bar change

svn: r15626
This commit is contained in:
Eli Barzilay 2009-07-29 19:41:41 +00:00
parent 324743b1c0
commit 6da4f18dab
2 changed files with 3 additions and 3 deletions

View File

@ -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]:

View File

@ -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;