Skip to content

Commit

Permalink
Fix duplicate definition of 'byte' on some platforms, for shell_package
Browse files Browse the repository at this point in the history
  • Loading branch information
aseering committed Jul 5, 2013
1 parent 37adb3d commit a2b252e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell_package/src/Shell.cpp
Expand Up @@ -24,7 +24,7 @@ using namespace Vertica;

#define LINE_MAX 65000

typedef unsigned char byte;
//typedef unsigned char byte;

/*
* This function invokes each input string command as if it was run with: bash -c '<command>'
Expand Down

0 comments on commit a2b252e

Please sign in to comment.