Commit 4de130a1 authored by Guillaume Seguin's avatar Guillaume Seguin

No need for C++ anymore in gcoder_line as we no longer use bool vars

parent 7bb8e04d
# distutils: language = c++
# This file is copied from GCoder. # This file is copied from GCoder.
# #
# GCoder is free software: you can redistribute it and/or modify # GCoder is free software: you can redistribute it and/or modify
...@@ -14,7 +13,6 @@ ...@@ -14,7 +13,6 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with Printrun. If not, see <http://www.gnu.org/licenses/>. # along with Printrun. If not, see <http://www.gnu.org/licenses/>.
from libcpp cimport bool
from libc.stdlib cimport malloc, free from libc.stdlib cimport malloc, free
from libc.stdint cimport uint32_t from libc.stdint cimport uint32_t
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment