[libc] erreur: #endif sans #if
ID0001165: This issue was created automatically from Mantis Issue 1165. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0001165 | Frama-C | Kernel | public | 2012-04-17 | 2014-02-12 |
Reporter | Anne | Assigned To | virgile | Resolution | fixed |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Platform | - | OS | - | OS Version | - |
Product Version | Frama-C Nitrogen-20111001 | Target Version | - | Fixed in Version | Frama-C Oxygen-20120901 |
Description :
This error is at least in: /usr/local/share/frama-c/libc/fcntl.h /usr/local/share/frama-c/libc/termios.h /usr/local/share/frama-c/libc/unistd.h
(and maybe others... I didn't check)
Additional Information :
I guess that it is because of the missing usual lines:
#ifndef __FC_XXX #define __FC_XXX
at the beginning of these files.