Fix binstr_to_int loop bug. Add lf prefix
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#ifndef LIBFLINT_SET_H
|
||||
#define LIBFLINT_SET_H
|
||||
|
||||
#include "linkedlist.h"
|
||||
#include "lflinkedlist.h"
|
||||
|
||||
#define Set List
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef LIBFLINT_STACK_H
|
||||
#define LIBFLINT_STACK_H
|
||||
|
||||
#include "linkedlist.h"
|
||||
#include "lflinkedlist.h"
|
||||
|
||||
#define Stack List
|
||||
|
Reference in New Issue
Block a user