This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CDL help wanted


> It was also very obscure IIRC.  I didn't look too far, but I did find 
> this in the ChangeLog:
> 
> 2001-04-27  Bart Veer  <bartv@redhat.com>
> 
> 	* expr.cxx
> 	Add support for functions and the string concatenation operator.
> 
> Maybe that'll give you a hint where to look. 
 
Yep, found it. The operator is .

cdl_option CYGDAT_HELLO_WORLD {
    flavor data                   
    default_value "hello" . " world"
    description "The infamous hello world string" 
}

        Andrew
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]