Skip to content

Commit 0c5679b

Browse files
committed
README
1 parent e3df4c5 commit 0c5679b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,13 +277,13 @@ Z80.h and Z80.c into the project:
277277

278278
#define Z80_DEPENDENCIES_HEADER "header name.h"
279279
Specifies the only external header to `#include`, replacing those of
280-
Zeta. If you compile Z80.c with with this macro defined, you must also
281-
define it before including `"Z80.h"` or `<Z80.h>`.
280+
Zeta. If you compile Z80.c with this macro defined, you must also define
281+
it before including `"Z80.h"` or `<Z80.h>`.
282282

283283
#define Z80_STATIC
284284
Required to compile and/or use the emulator as a static library or as an
285-
internal part of another project. If you compile Z80.c with with this
286-
macro defined, you must also define it before including `"Z80.h"` or
285+
internal part of another project. If you compile Z80.c with this macro
286+
defined, you must also define it before including `"Z80.h"` or
287287
`<Z80.h>`.
288288

289289
#define Z80_WITH_LOCAL_HEADER
@@ -324,4 +324,4 @@ You should have received a copy of the GNU Lesser General Public License along
324324
with this library. If not, see <http://www.gnu.org/licenses/>.
325325

326326
________________________________________________________________________________
327-
Last update: 2022-12-02 README EOF
327+
Last update: 2022-12-05 README EOF

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,10 @@ It is important to set the [`Z80_SHARED_LIBS`](#option_Z80_SHARED_LIBS) option.
549549
There are several macros that can be used to configure the source code of the library. You can define those you need in your build system or at the beginning of the `Z80.c` file. The following ones allow you to configure the integration of `Z80.h` and `Z80.c` into the project:
550550
551551
* **`#define Z80_DEPENDENCIES_HEADER "header name.h"`**
552-
Specifies the only external header to `#include`, replacing those of Zeta. If you compile `Z80.c` with with this macro defined, you must also define it before including `"Z80.h"` or `<Z80.h>`.
552+
Specifies the only external header to `#include`, replacing those of Zeta. If you compile `Z80.c` with this macro defined, you must also define it before including `"Z80.h"` or `<Z80.h>`.
553553
554554
* **`#define Z80_STATIC`**
555-
Required to compile and/or use the emulator as a static library or as an internal part of another project. If you compile `Z80.c` with with this macro defined, you must also define it before including `"Z80.h"` or `<Z80.h>`.
555+
Required to compile and/or use the emulator as a static library or as an internal part of another project. If you compile `Z80.c` with this macro defined, you must also define it before including `"Z80.h"` or `<Z80.h>`.
556556
557557
* **`#define Z80_WITH_LOCAL_HEADER`**
558558
Tells `Z80.c` to `#include "Z80.h"` instead of `<Z80.h>`.

0 commit comments

Comments
 (0)