aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2012-03-14 15:39:16 +0100
committerThomas Preud'homme <robotux@celest.fr>2012-03-14 15:39:16 +0100
commit53c5715cca20231c47ccef9d17d440334f4a318e (patch)
tree8f092ab0e62bb1130b6133137cc582cc5b67c0dc /tcc.h
parent3d25213c16f937356f49655e485b53beea267c54 (diff)
downloadtinycc-53c5715cca20231c47ccef9d17d440334f4a318e.tar.gz
tinycc-53c5715cca20231c47ccef9d17d440334f4a318e.tar.bz2
Remove vnrott (duplicate vrotb)
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcc.h b/tcc.h
index bfd7e9c..7ba6ac9 100644
--- a/tcc.h
+++ b/tcc.h
@@ -1140,7 +1140,6 @@ ST_FUNC void vpush_global_sym(CType *type, int v);
ST_FUNC void vrott(int n);
#ifdef TCC_TARGET_ARM
ST_FUNC int get_reg_ex(int rc, int rc2);
-ST_FUNC void vnrott(int n);
ST_FUNC void lexpand_nr(void);
#endif
ST_FUNC void vpushv(SValue *v);