X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fdeclattr.h;h=e3826c77f6ef8fdec3248ac38511ca54cf868748;hb=85885001b133e2dc320b6f6459259afa69784ca8;hp=d6c8a168b321effb2f818bea224161f9d4e3b941;hpb=44fd1082ae807a0b6b4046c65914e20a7e27101c;p=cc65 diff --git a/src/cc65/declattr.h b/src/cc65/declattr.h index d6c8a168b..e3826c77f 100644 --- a/src/cc65/declattr.h +++ b/src/cc65/declattr.h @@ -1,8 +1,8 @@ /*****************************************************************************/ /* */ -/* declattr.h */ +/* declattr.h */ /* */ -/* Declaration attributes */ +/* Declaration attributes */ /* */ /* */ /* */ @@ -39,7 +39,7 @@ /*****************************************************************************/ -/* Data */ +/* Data */ /*****************************************************************************/ @@ -49,7 +49,7 @@ struct Declaration; /* Supported attribute types */ typedef enum { - atNoReturn, /* Function does not return */ + atNoReturn, /* Function does not return */ atUnused, /* Symbol is unused - don't warn */ } DeclAttrType; @@ -62,7 +62,7 @@ struct DeclAttr { /*****************************************************************************/ -/* Code */ +/* Code */ /*****************************************************************************/