MISRA Discussion Forums
in the Example Suite, R_05_03.h - Printable Version

+- MISRA Discussion Forums (https://forum.misra.org.uk)
+-- Forum: MISRA C (https://forum.misra.org.uk/forumdisplay.php?fid=4)
+--- Forum: MISRA C:2012 and MISRA C:2023 guidelines (https://forum.misra.org.uk/forumdisplay.php?fid=21)
+---- Forum: 8.5 Identifers (https://forum.misra.org.uk/forumdisplay.php?fid=160)
+---- Thread: in the Example Suite, R_05_03.h (/showthread.php?tid=1120)



in the Example Suite, R_05_03.h - ogawa.kiyoshi - 16-10-2014

in the Example Suite, R_05_03.h

#ifndef R_05_09_
#define R_05_09_

should be

#ifndef R_05_03_
#define R_05_03_

BTW, now I compile the Example Suite using LLVM and add some supporting codes.
The memo for compile the Example Suite is
http://researchmap.jp/joydcij21-1861956/#_1861956

If there are any problems, please inform me.
I have updated weekly.


Re: in the Example Suite, R_05_03.h - misra-c - 30-10-2014

Thank you for pointing this out. This will be corrected in the next release of the Example Suite.