Skip to content

Commit

Permalink
wchar: get rid of attributes.h
Browse files Browse the repository at this point in the history
As suggested by Soci/Singular <[email protected]>
  • Loading branch information
stsp committed Oct 19, 2024
1 parent 1a118c0 commit 604e8d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 118 deletions.
117 changes: 0 additions & 117 deletions src/libc/posix/wchar/attributes.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/libc/posix/wchar/wchar.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
#include <errno.h>
#include <ctype.h>
#include <string.h>
#include "attributes.h"
#ifdef __DJGPP__
#include <dpmi.h>
#include <go32.h>
#else
#include <i86.h>
#endif

#define UNUSED(x) __attribute__((unused)) x
#define lenof(a) (sizeof(a) / sizeof((a)[0]))

static const wchar_t *cp;
Expand Down

0 comments on commit 604e8d1

Please sign in to comment.