20 lines
244 B
C
20 lines
244 B
C
|
|
#include <debug.h>
|
|
|
|
/*#include <string/free.h>*/
|
|
|
|
#include "../struct.h"
|
|
|
|
#include "struct.h"
|
|
#include "shallow_free.h"
|
|
|
|
void shallow_free_integer_value(
|
|
struct value* super __attribute((unused)))
|
|
{
|
|
ENTER;
|
|
|
|
;
|
|
|
|
EXIT;
|
|
}
|
|
|