Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tom Harke
pystencils
Commits
5b930a99
Commit
5b930a99
authored
Nov 05, 2019
by
Michael Kuron
Browse files
Remove duplicated uint typedef
parent
150f294c
Changes
1
Hide whitespace changes
Inline
Side-by-side
pystencils/include/opencl_stdint.h
View file @
5b930a99
#ifndef OPENCL_STDINT
#define OPENCL_STDINT
typedef
unsigned
int
uint
;
typedef
unsigned
int
uint_t
;
typedef
signed
char
int8_t
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment