1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +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:
cuz 2001-05-16 09:27:35 +00:00
parent 87e9f7379b
commit 46a306e400
2 changed files with 7 additions and 7 deletions

View File

@ -40,8 +40,8 @@
/* common */
#include "attrib.h"
#include "cfeature.h"
#include "check.h"
#include "inline.h"

View File

@ -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
#define CFEATURE_H
#ifndef INLINE_H
#define INLINE_H
/*****************************************************************************/
/* Defines */
/* Defines */
/*****************************************************************************/
@ -51,7 +51,7 @@
/* End of cfeature.h */
/* End of inline.h */
#endif