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:
@@ -40,8 +40,8 @@
|
|||||||
|
|
||||||
/* common */
|
/* common */
|
||||||
#include "attrib.h"
|
#include "attrib.h"
|
||||||
#include "cfeature.h"
|
|
||||||
#include "check.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,13 +33,13 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef CFEATURE_H
|
#ifndef INLINE_H
|
||||||
#define CFEATURE_H
|
#define INLINE_H
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* Defines */
|
/* Defines */
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* End of cfeature.h */
|
/* End of inline.h */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user