[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Accessing internal symbol in ccl
- To: GHAMBLETON@delphi.com, info-mcl@cambridge.apple.com
- Subject: Re: Accessing internal symbol in ccl
- From: straz (Steve Strassmann)
- Date: Mon, 29 Aug 1994 16:48:16 -0400
At 1:39 PM 8/25/94 -0400, GHAMBLETON@delphi.com wrote:
>I have a problem. For several months I've been using, (MCL 2.0):
> (ccl::date-string (get-universal-time))
>to give a nice date "stamp":
> Friday July 29,1994 11:48:46 am
>I did something to cause 'date-string to become unavailable. I get:
> ;Compiler warnings :
> ; Undefined function CCL::DATE-STRING, in ......
>I would appreciate help. I used at a clean Lisp (reload) and got the same.
>Thank you......George Hambleton
The function ccl::date-string is not part of the standard MCL
release. Maybe you should search your hard disk to see where it's
defined and try reloading that file?