help-recutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-recutils] [bug-recutils] Expand external descriptor to include


From: Jose E. Marchesi
Subject: Re: [help-recutils] [bug-recutils] Expand external descriptor to include a typedef unique to one file
Date: Mon, 12 Oct 2015 15:27:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Hi Charles.

    I have many files (emacs) in which I call an external descriptor
    
    %rec: Finance /mnt/Data/ActiveFiles/Finance.rec
    
    In the external descriptor I have typedef: Schedules_t foo bar
    
    For one file is it possible to expand typedef: Schedlues_t to include
    baz, where baz is unique to that one file, such as
    
    %rec: Finance /mnt/Data/ActiveFiles/Finance.rec
    %typedef: Schedules_t enum baz
    
    The above results in an error when I "recfix"  the file, so I suspect
    that, if it is possible, the only way to this is to  somehow cat the
    additional typedef onto the external descriptor.
    
Hmmm.  Your example raises "error: invalid typedef specification"
because "foo bar" is not a valid type spec.

Regarding the extension of enumerates, I am afraid it is not currently
supported.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]