diff dyncall/dyncall_callvm_sparc.c @ 366:ad5f9803f52f

- removal of some unnecessary headers that only contained internally used forward declarations, so no need to have them
author Tassilo Philipp
date Wed, 15 Apr 2020 14:57:23 +0200
parents f5577f6bf97a
children ddfb9577a00e
line wrap: on
line diff
--- a/dyncall/dyncall_callvm_sparc.c	Tue Apr 14 19:58:31 2020 +0200
+++ b/dyncall/dyncall_callvm_sparc.c	Wed Apr 15 14:57:23 2020 +0200
@@ -6,7 +6,7 @@
  Description: Call VM for sparc processor architecture.
  License:
 
-   Copyright (c) 2011-2018 Daniel Adler <dadler@uni-goettingen.de>
+   Copyright (c) 2011-2020 Daniel Adler <dadler@uni-goettingen.de>
 
    Permission to use, copy, modify, and distribute this software for any
    purpose with or without fee is hereby granted, provided that the above
@@ -25,11 +25,14 @@
 
 
 #include "dyncall_callvm_sparc.h"
-#include "dyncall_call_sparc.h"
 #include "dyncall_utils.h"
 #include "dyncall_alloc.h"
 #define DEFAULT_STACK_ALIGN	16
 
+
+void dcCall_sparc(DCpointer target, DCsize size, DCpointer data);
+
+
 /* Destructor. */
 static void dc_callvm_free_sparc(DCCallVM* in_self)
 {