[ENH][PCP] RefactorModuleName

PhiHo Hoang phiho.hoang at rogers.com
Sun Jul 13 21:28:20 UTC 2003


I was informed that the preamble of the first changeset was screwed up
(because of embedded comment string).

This is second try.

Thanks.

PhiHo.

----- Original Message ----- 
From: "PhiHo Hoang" <phiho.hoang at rogers.com>
To: <squeak-dev at lists.squeakfoundation.org>
Sent: Sunday, July 13, 2003 1:27 PM
Subject: [ENH][PCP] RefactorModuleName


> Repost with [ENH] tag.
> 
> "Change Set:  RefactorModuleName-hph
> Date:   13 July 2003
> Author:   hph
> 
> This CS changes:
> 
> static const char *moduleName =
> #ifdef SQUEAK_BUILTIN_PLUGIN
>   "MiscPrimitivePlugin 21 June 2003 (i)"
> #else
>   "MiscPrimitivePlugin 21 June 2003 (e)"
> #endif
> ;
> 
> into
> 
> #ifdef SQUEAK_BUILTIN_PLUGIN
> #define iORe    "(i)"
> #else
> #define iORe    "(e)"
> #endif
> 
> static const char *moduleName = "MiscPrimitivePlugin 13 July 2003 " iORe ;
> "
> 
> Someone please verify if this works as expected on all platforms.
> 
> Cheers,
> 
> PhiHo.
> 
> 
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RefactorModuleName-hph.1.zip
Type: application/x-zip-compressed
Size: 1082 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030713/5147ceaa/RefactorModuleName-hph.1.bin


More information about the Squeak-dev mailing list