mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
Renamed cfeature.h to inline.h
git-svn-id: svn://svn.cc65.org/cc65/trunk@727 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
87e9f7379b
commit
46a306e400
@ -40,8 +40,8 @@
|
||||
|
||||
/* common */
|
||||
#include "attrib.h"
|
||||
#include "cfeature.h"
|
||||
#include "check.h"
|
||||
#include "inline.h"
|
||||
|
||||
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*****************************************************************************/
|
||||
/* */
|
||||
/* cfeature.h */
|
||||
/* inline.h */
|
||||
/* */
|
||||
/* Define compiler features */
|
||||
/* Definitions to use the inline compiler feature */
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
@ -33,8 +33,8 @@
|
||||
|
||||
|
||||
|
||||
#ifndef CFEATURE_H
|
||||
#define CFEATURE_H
|
||||
#ifndef INLINE_H
|
||||
#define INLINE_H
|
||||
|
||||
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
|
||||
|
||||
|
||||
/* End of cfeature.h */
|
||||
/* End of inline.h */
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user