Skip to content

Commit 917745a

Browse files
authored
Merge pull request #49 from GTkorvo/fix-typedef-redefinition
Remove redundant atom_t typedef, bump to 2.3.1
2 parents 72e99d0 + a1e254a commit 917745a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14)
33
# The directory label is used for CDash to treat ATL as a subproject of GTKorvo
44
set(CMAKE_DIRECTORY_LABELS ATL)
55

6-
project(ATL VERSION 2.3.0 LANGUAGES C)
6+
project(ATL VERSION 2.3.1 LANGUAGES C)
77

88
# Some boilerplate to setup nice output directories
99
include(GNUInstallDirs)

http_atom_client.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
#endif
4949

5050
#include "atl.h"
51-
typedef int atom_t;
5251
#include "atom_internal.h"
5352

5453
/* Parsed URL components */

0 commit comments

Comments
 (0)