forked from KolibriOS/kolibrios
Tiny C Compiler:
- Temporarily unrecoverable errors with autoloading libraries. Rollback to working state: r8558 git-svn-id: svn://kolibrios.org@8678 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -5,7 +5,7 @@ include "__lib__.inc"
|
||||
fun equ http_free
|
||||
fun_str equ 'free'
|
||||
|
||||
section '.imp.@.'
|
||||
section '.text'
|
||||
|
||||
fun_name db fun_str, 0
|
||||
|
||||
|
@@ -5,7 +5,7 @@ include "__lib__.inc"
|
||||
fun equ http_get
|
||||
fun_str equ 'get'
|
||||
|
||||
section '.imp.@.'
|
||||
section '.text'
|
||||
|
||||
fun_name db fun_str, 0
|
||||
|
||||
|
@@ -5,7 +5,7 @@ include "__lib__.inc"
|
||||
fun equ http_head
|
||||
fun_str equ 'head'
|
||||
|
||||
section '.imp.@.'
|
||||
section '.text'
|
||||
|
||||
fun_name db fun_str, 0
|
||||
|
||||
|
@@ -5,7 +5,7 @@ include "__lib__.inc"
|
||||
fun equ http_post
|
||||
fun_str equ 'post'
|
||||
|
||||
section '.imp.@.'
|
||||
section '.text'
|
||||
|
||||
fun_name db fun_str, 0
|
||||
|
||||
|
@@ -5,7 +5,7 @@ include "__lib__.inc"
|
||||
fun equ http_receive
|
||||
fun_str equ 'receive'
|
||||
|
||||
section '.imp.@.'
|
||||
section '.text'
|
||||
|
||||
fun_name db fun_str, 0
|
||||
|
||||
|
@@ -5,7 +5,7 @@ include "__lib__.inc"
|
||||
fun equ http_send
|
||||
fun_str equ 'send'
|
||||
|
||||
section '.imp.@.'
|
||||
section '.text'
|
||||
|
||||
fun_name db fun_str, 0
|
||||
|
||||
|
Reference in New Issue
Block a user