summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2003-06-05 21:45:23 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2003-06-05 21:45:23 +0000
commit980f7ceabd4e235ea9de6c0359cf0fc6a28ee035 (patch)
tree738e0b0a46b661d9196a0ddca0589ee56dd9151e
parent2622f88b500fc3f224aa743e513c16a09134648c (diff)
downloadmdk-980f7ceabd4e235ea9de6c0359cf0fc6a28ee035.tar.gz
mdk-980f7ceabd4e235ea9de6c0359cf0fc6a28ee035.tar.bz2
use GNU code conventions
-rw-r--r--mixlib/xmix_vm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mixlib/xmix_vm.c b/mixlib/xmix_vm.c
index 9eede01..72ccd73 100644
--- a/mixlib/xmix_vm.c
+++ b/mixlib/xmix_vm.c
@@ -25,9 +25,9 @@
/* auxiliar functions */
G_INLINE_FUNC mix_address_t
-get_M_(const mix_vm_t *vm, const mix_ins_t *ins);
+get_M_ (const mix_vm_t *vm, const mix_ins_t *ins);
G_INLINE_FUNC mix_word_t
-get_V_(const mix_vm_t *vm, const mix_ins_t *ins);
+get_V_ (const mix_vm_t *vm, const mix_ins_t *ins);
G_INLINE_FUNC mix_device_t *
get_dev_ (mix_vm_t *vm, mix_fspec_t type);