--- layout: fc_discuss_archives title: Message 25 from Frama-C-discuss on February 2013 ---
Hi, Thank for your correction about the line @ requires (status == TRUE) || (status == FALSE). I corrected it. About the caracter @, the error was only in the email. The space is because I have changed the blocks of annotations to test them and I forgot to fix in the email. Sorry. Now, I am sending the 3 screens that are associated with the mencioned problem: - Screen1 without annotation - Screen2 with the short annotation - Screen3 with the complete annotation. Could you help me to understand this question? Thansk a lot, Rovedy 2013/2/22 Pascal Cuoq <pascal.cuoq at gmail.com> > On Fri, Feb 22, 2013 at 10:09 PM, Rovedy Aparecida Busquim e Silva > <rovedy at ig.com.br> wrote: > > > /* @ requires status == TRUE || FALSE; > > ... > > This is not how you express that status is either TRUE or FALSE in ACSL. > Write it as you would in C, status == TRUE || status == FALSE. > > Besides, you left a space between the '*' character and the '@' character. > This causes the entire annotation to be ignored. > > Pascal > > _______________________________________________ > Frama-c-discuss mailing list > Frama-c-discuss at lists.gforge.inria.fr > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/frama-c-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20130222/bdbe9983/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: screen1.png Type: image/png Size: 62404 bytes Desc: not available URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20130222/bdbe9983/attachment-0003.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: screen2.png Type: image/png Size: 80739 bytes Desc: not available URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20130222/bdbe9983/attachment-0004.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: screen3.png Type: image/png Size: 107300 bytes Desc: not available URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20130222/bdbe9983/attachment-0005.png>