Remove _Hide keyword

It never did anything and isn't worthwhile as documentation.
This commit is contained in:
Justine Tunney 2023-07-24 08:31:54 -07:00
parent 4fb6cbc1fe
commit e0c2b91b3e
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
131 changed files with 716 additions and 917 deletions

View file

@ -12,10 +12,9 @@
*
* Users of the `cosmocc` toolchain can say, for example:
*
#include "tool/args/args.h"
* #include <cosmo.h>
*
* int main(int argc, char *argv[]) {
* main() {
* ShowCrashReports();
* kprintf("hello world\n");
* }
@ -46,7 +45,6 @@
#include "libc/nexgen32e/rdtsc.h"
#include "libc/nexgen32e/stackframe.h"
#include "libc/nexgen32e/x86feature.h"
#include "libc/runtime/morph.h"
#include "libc/runtime/runtime.h"
#include "libc/runtime/stack.h"
#include "libc/runtime/symbols.internal.h"