Opened 18 years ago

#24 new defect

generated prototypes files are empty

Reported by: SergeDu Owned by: arnault
Priority: normal Milestone:
Component: f. Specifications Version: v1r16
Severity: major Keywords: ptototypes
Cc: OS: All
If Other, could you precise: Experiment: Other
If Other, could you precise:
Stack trace:
Steps to reproduce:

Description

Maybe I completely misunderstodd what should be the generated prototypes files for C source code. I was not expecting empty files. Here is a simple ./src/f1.c source code: void my_function (int x) {

int y=x;

}

Here are the generated prototype files: ./src/f1.pp is empty ./src/f1.ph is almost empty: #ifndef f1_ph #define f1_ph

#ifdef cplusplus extern "C" { #endif #ifdef cplusplus } #endif #endif

Change History (0)

Note: See TracTickets for help on using tickets.