Browse Source

Fix a typo.

master
Bruno Haible 25 years ago
parent
commit
6408befa04
  1. 4
      ChangeLog
  2. 2
      include/cl_univpoly_modint.h

4
ChangeLog

@ -1,3 +1,7 @@
2000-08-18 Bruno Haible <haible@clisp.cons.org>
* include/cl_univpoly_modint.h: Fix typo.
2000-07-13 Bruno Haible <haible@clisp.cons.org>
* src/float/input/cl_F_read_stream.cc (number_char_p): Accept '_',

2
include/cl_univpoly_modint.h

@ -1,7 +1,7 @@
// Univariate Polynomials over modular integers.
#ifndef _CL_UNIVPOLY_MODINT_H
#define _CL_UNIVPOLY_MoDINT_H
#define _CL_UNIVPOLY_MODINT_H
#include "cl_ring.h"
#include "cl_univpoly.h"

Loading…
Cancel
Save