mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Remove _Hide keyword
It never did anything and isn't worthwhile as documentation.
This commit is contained in:
parent
4fb6cbc1fe
commit
e0c2b91b3e
131 changed files with 716 additions and 917 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue