1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-25 22:18:27 +00:00

Revert "rename '_poserror' to '__poserror'"

This commit is contained in:
Bob Andrews
2022-07-24 18:14:21 +02:00
committed by GitHub
parent c642c07ea0
commit 6239fbe18c
6 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/*****************************************************************************/
/* */
/* __poserror.c */
/* _poserror.c */
/* */
/* Output a system dependent error code */
/* */
@@ -39,7 +39,7 @@
void __fastcall__ __poserror (const char* msg)
void __fastcall__ _poserror (const char* msg)
{
/* Fetch the message that corresponds to _oserror */
const char* errormsg = _stroserror (_oserror);
+2 -2
View File
@@ -1,5 +1,5 @@
/*
** __poserror.c
** _poserror.c
**
** Maciej 'YTM/Elysium' Witkowiak, 25.04.2003
*/
@@ -9,7 +9,7 @@
#include <errno.h>
#include <geos.h>
void __fastcall__ __poserror (const char* msg)
void __fastcall__ _poserror (const char* msg)
{
const char *errmsg = _stroserror(_oserror);