Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main: add numArray template data structure #1815

Merged
merged 1 commit into from
Aug 12, 2018

Conversation

masatake
Copy link
Member

@masatake masatake commented Aug 9, 2018

numArray is derrived from ptrArray. ptrArray is for storing pointers.
numArray is for store numbers like int and long.

numArray is implemented in macro. You can use it after expanding the
macro by giving actual data type. The declaration and implementation
for char, unsigned char, int, unsigned int, long and unsigned long are
expanded already.

Signed-off-by: Masatake YAMATO yamato@redhat.com

@coveralls
Copy link

coveralls commented Aug 9, 2018

Coverage Status

Coverage decreased (-0.02%) to 84.4% when pulling 4ecf7bb on masatake:numarray into f428ed1 on universal-ctags:master.

numArray is derrived from ptrArray.  ptrArray is for storing pointers.
numArray is for store numbers like int and long.

numArray is implemented in macro. You can use it after expanding the
macro by giving actual data type. The declaration and implementation
for char, unsigned char, int, unsigned int, long and unsigned long are
expanded already.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
@masatake masatake merged commit 9ffe430 into universal-ctags:master Aug 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants